Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: blur event + localization #38

Open
badpenguin opened this issue Sep 23, 2020 · 1 comment
Open

feature request: blur event + localization #38

badpenguin opened this issue Sep 23, 2020 · 1 comment

Comments

@badpenguin
Copy link

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 :)

@sha256
Copy link
Owner

sha256 commented Sep 25, 2020

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.

sha256 added a commit that referenced this issue Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants