I'm having an issue... I've updated my vaadin app to 14.2.3 previously, now

I’m having an issue… I’ve updated my vaadin app to 14.2.3 previously, now I’m on 14.3.0 and also updated the component to 5.1.0. The textfield works as intended but it doesn’t update in real time and it doesn’t set limitations like it used to on 14.2.0.

Example:
If I have a textfield to format a string like this: 0-00-000. I can put anything on the textfield like this: 216823.,.,.\\??/!!! but when I save it and it goes to the database it goes like it’s supposed to 2-16-823 i.e the component works, but not on realtime.

Could you get check this please on 14.3.0? I can’t launch my app on < 14.2.0 because there was a bug and I couldn’t launch it on my server.

Thanks btw this is an amazing component! :)

Sorry I’ve been off the grid in a vacation for a month. I’ll check this if there’s something I can do.

I’m sorry, it seems that some change between Vaadin 14.2.1 and 14.2.2 has broken the add-on. I need to investigate whether it’s a bug in Vaadin or something I need to fix.

Oh, okay man. Thanks a lot! As I’ve said previously with an example, the component still works… just not on real time as it doesn’t show the output unless saved.