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
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Add ability to switch the input between single line (e.g. <input>) and multiline (e.g. <textfield>). Single line input will make POST request on enter, and multiline input will POST on change, paste, focusout.
Add ability to switch the input between single line (e.g.
<input>) and multiline (e.g.<textfield>). Single line input will make POST request on enter, and multiline input will POST on change, paste, focusout.