We provide a mode where the error is shown only as an icon, and hovering over this icon shows the error. By necessity the icon reduces the textbox slightly, but not very much, and the icon makes the error more visible than just color styling, which would be an accessibility violation as well (color blind users). This is the mode we recommend.
If you want to continue with your custom approach, MouseMoveEvent plus getEventItemInfo() allows you to get rid of your HTMLFlow at the appropriate time.
If you want to continue with your custom approach, MouseMoveEvent plus getEventItemInfo() allows you to get rid of your HTMLFlow at the appropriate time.
Comment