Type in editable div task
This commit is contained in:
parent
3a6d70bd34
commit
2e05457995
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ Create a `<div>` that turns into `<textarea>` when clicked.
|
|||
|
||||
The textarea allows to edit the HTML in the `<div>`.
|
||||
|
||||
When the user presses `key:Enter` or it looses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
|
||||
When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
|
||||
|
||||
[demo src="solution"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue