Great! I noticed that the TextField valueChangedEvent is only sent when th

Great!

I noticed that the TextField valueChangedEvent is only sent when the focus is lost. Is it possible to make a “lazy” or “timeout” valueChangedEvent as well on a TextField?

Also, for numeric mask, the states “integerDigits” and “integerOptional” are missing.

Thanks for the feedback. I’ve added the options “integerDigits” and “integerOptional”, as for the valuechangeListener, there was an issue where the InputMask was preventing vaadin events from triggering, it’s already fixed.