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
Using a TextBox or TextArea and set setMaxLength adds a post fix with the current number of characters and a maximum number of characters. As long as characters are entered inside the field, the character count gets updated. In casesthat the value of the TextBox or TextArea is set using setValue, the character count is always zero.
The only way to get a character count working, is to enter a character inside the input field.
Seen in: 2.0.0-rc4
The text was updated successfully, but these errors were encountered:
Using a TextBox or TextArea and set setMaxLength adds a post fix with the current number of characters and a maximum number of characters. As long as characters are entered inside the field, the character count gets updated. In casesthat the value of the TextBox or TextArea is set using setValue, the character count is always zero.
The only way to get a character count working, is to enter a character inside the input field.
Seen in: 2.0.0-rc4
The text was updated successfully, but these errors were encountered: