synesthesia icon indicating copy to clipboard operation
synesthesia copied to clipboard

light-desk: fix input behaviour & add validators

Open s0 opened this issue 2 years ago • 0 comments

Changing input text always moves the cursor to the end of the input which makes it not possible to edit the middle of an input easily. Using some local state can solve this, with a useEffect to update it when it changes by the property.

s0 avatar Jun 26 '23 20:06 s0