🦿 Lucian Marin I created an input playground at lucianmarin.com/input where I can test the best ways to input text on Sublevel. Displaying a preview while typing is an option while contenteditable isn't preferable because it allows all kinds of HTML code. I want to create a virtual textarea that maintains cursor position with the actual textarea. Can this be done?
Haaktu Something like this: jsfiddle.net/RZwmX/1 ?
7y, 10w 1 reply
🦿 Lucian Marin The other way around, textarea being the shadowed element.
7y, 10w reply
Login or register your account to reply