vue-tel-input-vuetify
vue-tel-input-vuetify copied to clipboard
onInput
Is your feature request related to a problem? Please describe...
The onInput event is being deprecated and there are no events fired immediately after validation other than change, which only happens on blur. onKeyDown is before validation and the new values are not accessible yet. onChange is too late to enable/disable other form elements in real time.
Describe the solution you'd like
A non-deprecated event that allows form elements to respond immediately on validation while the user is typing.
Describe alternatives you've considered
All of the non-deprecated events.
Hey @scheepers ,
I think this answer I send in another issue will help you: https://github.com/yogakurniawan/vue-tel-input-vuetify/issues/29#issuecomment-771182689
The onInput can be achieved by using @input, there is also reference on the Readme.