parttio / textfieldformatter

TextField Formatter Vaadin add-on
Apache License 2.0
13 stars 9 forks source link

Add credit card change event for Vaadin 14 #17

Closed johannesh2 closed 5 years ago

johannesh2 commented 5 years ago

The 3.0 version does not support credit card change event from the client to server yet

nrapel commented 5 years ago

I can verify that adding the listener does nothing when typing in the field. formatter.addCreditCardChangedListener(l -> Notification.show("" + l.getCreditCardType()));

using 3.0.alpha1 - vaadin 13.0.3

johannesh2 commented 5 years ago

I’ve been “busy” with other free time activities. I could get back to this and implement the event. When would you need it?

nrapel commented 5 years ago

Don't rush yourself for this! When it's done its done!!! :)