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
1.Password strength
2. shorter than or bigger than 6 for example
another question is how to validate one input one by one
if valid addClass of success ( for example green border ) for 3 sec user find out input isValid
and how to use data-bouncer-message for normal input like type="text"
Regards <3 👍
The text was updated successfully, but these errors were encountered:
I unfortunately cannot provide support around custom patterns for things like password strength, etc. However, there are lots of sites around the web that offer regex patterns for various things you might find useful.
Validation Successful
I can add a custom event for successfully validated fields. I'll create a new issue for this as a feature request.
data-bouncer-message
This works with any field type that has a custom pattern. There's a PR in place to support this for any validation error type that I intend to merge.
hey @cferdinandi thanks for ur lightweight package 😍
can we have better documentation in demoLink ?
some usefull validation
1.Password strength
2. shorter than or bigger than 6 for example
another question is how to validate one input one by one
if valid addClass of success ( for example green border ) for 3 sec user find out input isValid
and how to use
data-bouncer-message
for normal input liketype="text"
Regards <3 👍
The text was updated successfully, but these errors were encountered: