Re: [w3c/editing] INPUT/TEXTAREA should support subset of execCommand (#160)

@yehiafouda , you could use contenteditable=true for now, to make it plaintext-only you could listen for "beforeinput" and prevent/handle based on the event type, which is not future-compatible, but at least something...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/160#issuecomment-694501571

Received on Thursday, 17 September 2020 21:10:49 UTC