Hello. Thanks for the great library!
Currently, if the textToValue lambda retuns null pressing the OK button has no effect. This is a kinda roundabout way of validating the input, but it yields a poor UX.
Would you consider disabling the OK button in this case?
This would require calculating textToValue at each value update, so maybe a different isValid lambda could be provided for this use-case.
Thanks!