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! :)