The ModifiedChanged event of the control will only be triggered once.
I know ModifiedChanged is a lazy event, But how to make it trigger every time it changes? Thanks.
Wisej version is 2.5.38
Thank you very much, I can see the effect you described, but the InputType of my Textbox is Date. I hope to trigger it after modifying the four digits of the year, rather than triggering it every time I enter a year digit.
Sure, here it is.
I was not entirely clear in my last answer. You’d have to use the TextChanged event in combination with a keyboard event handler to achieve what you want.
See sample and compare the 2 text boxes.
Best regards
Frank
Hi Frank,
If you could give me a small example, it would be very useful to me. Thank you!
Hi Jingzhou
if you want to have it fired every time, you need to attach to a keyboard event of the textbox as well.
Best regards
Frank
Please login first to submit.