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
I've an autocomplete attached to an input and i've added a custom validator too.
In such situation validating the field on the "blur" event would be nice to have.
Is there a reason why this is not done automatically or implemented?
Can it be added?
It would be also nice to have a way to customize some of the lang string through global var or option parameter.
Thank you :)
The text was updated successfully, but these errors were encountered:
Validating based on the blur event seems like a logical thing to do for fields having autocomplete. I actually forgot about this scenario and I'm not sure if this can have side effects on other fields. I'll check in detail.
Localization is the most important thing for this lib right now. I just need to figure out how to do this efficiently and in a more standardized way.
I've an autocomplete attached to an input and i've added a custom validator too.
In such situation validating the field on the "blur" event would be nice to have.
Is there a reason why this is not done automatically or implemented?
Can it be added?
It would be also nice to have a way to customize some of the lang string through global var or option parameter.
Thank you :)
The text was updated successfully, but these errors were encountered: