#How can i prohibit the jumping on Input Components when error is shown?

3 messages · Page 1 of 1 (latest)

silver ravine
#

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?

silver ravine