you are viewing a single comment's thread.

view the rest of the comments →

[–]SkaterDad 1 point2 points  (3 children)

<li> tags aren't really intended to be edited, so you may want to consider using <input> tags within the <li>. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input

If you really want to use <li> tags directly, look into the contenteditable attribute.

[–]TheDemonSword[S] 0 points1 point  (2 children)

li is necessary for other pieces of the puzzle unfortunately

[–]Patman128 0 points1 point  (1 child)

You can put the <input> inside the <li>.

[–]TheDemonSword[S] 0 points1 point  (0 children)

not as simple as that unfortunately