mono
mono copied to clipboard
Option to disable validation message
Which generators are impacted?
- [X] All
- [ ] HTML
- [ ] React
- [ ] Angular
- [ ] Vue
- [ ] Web components
- [ ] Power Apps
Reproduction case
Use an input field with certain attributes set that enable validation, e.g. a numeric field with min/max set.
Expected Behaviour
It would be nice to have an option to disable the validation message entirely (incl. the icon), since displaying it increases the height of the input component and in multi-line forms, this will shift the layout around.
Validation could still take place, and the input field could be coloured according to the result, but there would be no message box underneath (and thus, no change in component height). The validation message could e.g. instead be show as a tooltip, maybe?
Screenshots
Browser version
None
Add any other context about the problem here.
No response