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
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
Can a ref be added to the root input element, that's accessible from <NiceInputPassword ref={someRef} ... />?
Either that or a new prop function that I can call to initiate a recheck against the validators? Currently, the validation only happens on the onchange of the input, however, I need the power to re-run that check depending on surrounding component state changes.
The text was updated successfully, but these errors were encountered:
Can a
ref
be added to the root input element, that's accessible from <NiceInputPassword ref={someRef} ... />?Either that or a new prop function that I can call to initiate a recheck against the validators? Currently, the validation only happens on the
onchange
of the input, however, I need the power to re-run that check depending on surrounding component state changes.The text was updated successfully, but these errors were encountered: