typing into the input does not appear to trigger onChange
When I type into the input no matter what date format I use, I do not see the onChange being triggered
This is a definite problem if you're trying to sync up the typed in value of the datepicker and say Formik, or if you want to run validations on the value the user typed in.
Even if we just got a raw input event we could do something, but as it is this is completely invisible to the user of the component.
Hi @stevenmankins 👋
Thanks for the feedback.
The onChange should trigger if you respect the displayFormat or the default format used by the input.
The problem is what to do if the user types in invalid input, because no events are triggered we have no way to even notify the user that the field is invalid and make sure the correct blank is used by the form vs the previous value. Sorry this issue isn't super clear. I made a separate issue for that... https://github.com/onesine/react-tailwindcss-datepicker/issues/139
Hi, @stevenmankins , Sorry for the late reply.
Please use the new version.