synesthesia
synesthesia copied to clipboard
light-desk: fix input behaviour & add validators
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.