I have a <b-form-input>
whose purpose is to verify the input when the user leaves that specific field via pressing tab
, or clicking the mouse outside that field, or any event as long as it leaves that field.
Question: How do I trigger a method for this events?
I'm using Vue, maybe there's any other way to solve it in a vue way?
question from:https://stackoverflow.com/questions/65601527/b-form-input-trigger-event-on-leave