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
* #456 Bump the vaadin version to the latest 23.3
* Fix the tooltip for the abstractnumberfield
* Add WithTooltipMixin interface
* Clean up the pom xml
* #448 tooltip should now work
* removed all traces of heroku in the docs
* ignoring more than just *.ts in frontend/generated
* Javascript error in custom field (#452)
* #454 hopefully done
Co-authored-by: Jean-Christophe Gueriaud <51313578+jcgueriaud1@users.noreply.github.com>
There is an issue when the SuperLongField is validated and it's used in a customfield:
checkValidity is undefined
Here is a demo page to reproduce it:
Then enter something in the field and blur it, you should have a javascript error.
The text was updated successfully, but these errors were encountered: