Hello, my question is in a similar vein to https://surveyjs.answerdesk.io/ticket/details/t1342
I would like to have the next button disabled until the user has valid entries in all required fields. I have this somewhat working, however I am running into the issue that my onValueChanged function is not called with each letter typed into the text fields - it is instead only called when the user clicks out of the textField (see https://plnkr.co/edit/ZNJ6TfOvHxLsquIXfmpY?p=preview).
This is different that how it appears to work in the example given in the previous version of this question, which seems to call onValueChanged for each letter typed https://plnkr.co/edit/LXGfGj9KiVkK5pnB3ldG?p=preview. I'm wondering if I am doing something wrong, or if this is a bug.
I'm using react, I've tried with survey-react": "^1.1.12"
and "^1.0.89"