vue-tel-input-vuetify icon indicating copy to clipboard operation
vue-tel-input-vuetify copied to clipboard

onInput

Open scheepers opened this issue 4 years ago • 1 comments

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.

scheepers avatar Jan 18 '21 11:01 scheepers

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.

brunosmm avatar Feb 01 '21 21:02 brunosmm