Pristine
Pristine copied to clipboard
feature request: blur event + localization
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 :)
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.