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
If you use a native input element rather than the {{input}} HTMLbars helper and you can do the following: <input name="nm" {{action "focusIn" on="focusIn"}} {{action "focusOut" on="focusOut"}} />
Then you just need to define the action handlers where applicable on your Component, Controller or Route depending on where you've implemented your <input> field :
{{input name="nm action="oknm" on="focus-out" }}
I also want to define an action on "focus-in"
How to do?
The text was updated successfully, but these errors were encountered: