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.