You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a strange behaviour. If I extend a textField to have upper Casing, the setMaxLenght condition is not applied anymore and I can enter unlimited amount of characters.
`TextField textField = new TextField("caption of the text field limited with 5 chars");
TextField upperText = new TextField("Upper text limited with 5 chars");
I'm getting a strange behaviour. If I extend a textField to have upper Casing, the setMaxLenght condition is not applied anymore and I can enter unlimited amount of characters.
`TextField textField = new TextField("caption of the text field limited with 5 chars");
TextField upperText = new TextField("Upper text limited with 5 chars");
https://vaadinfiddle.com/editor/preview/7d60fe34c9c01b6a3e810c2da0524fdc49a277148085b6c957a8209ff05905e1/src/main/java/org/vaadin/vaadinfiddle/MyUI.java
The text was updated successfully, but these errors were encountered: