This repository was archived by the owner on Jun 23, 2023. It is now read-only.
This repository was archived by the owner on Jun 23, 2023. It is now read-only.
Add ref to root input #29
Open
Description
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.