You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't had a chance to read the specs for elements made editable, but I would imagine it's just a case of wrapping the API to catch content changed events etc and mapping them to leaps calls.
I'll investigate when I have time, but you could take a look at implementing it yourself by looking at the code for the textarea binding at https://github.com/Jeffail/leaps/blob/master/client/leap-bind-textarea.js. I would imagine the implementation would look similar as I'm hoping that the JavaScript API would be similar across the two elements.
Hi there,
is it possible to make Leaps work with content editable tags, not only textarea?
Thanks.
The text was updated successfully, but these errors were encountered: