I've got the problem that if i show an error on an Input Component like TextInput with error="XYZ" that the size of the TextInput changes. Is there a way to stop this? Like the use of visibility: hidden which changes, if an actual error is provided? So the Form won't get longer/bigger if an error appears and everything stays where it belongs?
#How can i prohibit the jumping on Input Components when error is shown?
3 messages · Page 1 of 1 (latest)
Set error position to absolute
Sorry for the question, but im new to mantine and hadn't figured out how to set this for this specific part when im using it like <TextInput error={errors && errors.message} />