Pristine icon indicating copy to clipboard operation
Pristine copied to clipboard

feature request: blur event + localization

Open badpenguin opened this issue 5 years ago • 1 comments

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

badpenguin avatar Sep 23 '20 17:09 badpenguin

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 avatar Sep 25 '20 10:09 sha256