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 has been archived by the owner on Nov 22, 2021. It is now read-only.
I need the ability to execute a function when the user presses enter/return inside the input box when its empty. The problem is if add-on-enter="true" which it is by default then event.preventDefault() will prevent my custom function from firing. However if I set add-on-enter="false" it will work but then I look my add on enter feature which I also want.
The text was updated successfully, but these errors were encountered:
I need the ability to execute a function when the user presses enter/return inside the input box when its empty. The problem is if add-on-enter="true" which it is by default then event.preventDefault() will prevent my custom function from firing. However if I set add-on-enter="false" it will work but then I look my add on enter feature which I also want.
The text was updated successfully, but these errors were encountered: