parttio / textfieldformatter

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

SetValue not working #22

Closed johannesh2 closed 4 years ago

johannesh2 commented 4 years ago

User reports that setValue does not work setValue("12345")

Options options = new Options();
options.setBlocks(4, 4, 4, 4, 4);
new CustomStringBlockFormatter(options).extend(textFieldNumber);
johannesh2 commented 4 years ago

This was fixed already in 4.0.1 and I just forgot to close it.