Is your feature request related to a problem? Please describe.
yes, right now when building a reusable component using the composable, there is no way when can do something when the input is emitting default html event like input,change,blur,etc.
i think it will be a normal practical way to make the input emitting the default html event? so when we use the component we can still do @blur @input, etc
my use case is i am using useForm, but i need to do something when the user blur on an input
Describe the solution you'd like
adding default html input event
Is your feature request related to a problem? Please describe.
yes, right now when building a reusable component using the composable, there is no way when can do something when the input is emitting default html event like input,change,blur,etc.
i think it will be a normal practical way to make the input emitting the default html event? so when we use the component we can still do @blur @input, etc
my use case is i am using useForm, but i need to do something when the user blur on an input
Describe the solution you'd like
adding default html input event