Bug description
The browser, understandably, renders the information popup relative the the select HTML element that has the required attribute. Tomselect makes this select element 0x0-sized and invisible. The tooltip is therefore placed height of select many pixels below the input field.
Expected behavior
Tooltip is placed directly below input field, without height of select element affecting it.
Steps to reproduce
-
Go to https://tom-select.js.org/examples/validation/ -> Browser Defaults
-
Click on Submit without selecting an entry from the dropdown
-
See error: tooltip is placed right below select element with class tomselected ...
Additional context
- OS: Linux Fedora
- Browser: Firefox
- Version [e.g. 22]
- Device: Framework 13 13th Gen Intel i5
Bug description
The browser, understandably, renders the information popup relative the the select HTML element that has the
requiredattribute. Tomselect makes this select element 0x0-sized and invisible. The tooltip is therefore placedheightofselectmany pixels below the input field.Expected behavior
Tooltip is placed directly below input field, without height of
selectelement affecting it.Steps to reproduce
Go to https://tom-select.js.org/examples/validation/ -> Browser Defaults
Click on Submit without selecting an entry from the dropdown
See error: tooltip is placed right below
selectelement with classtomselected ...Additional context