SchwarzIT / onyx

🚀 A design system and Vue.js component library created by Schwarz IT
https://onyx.schwarz
Apache License 2.0
54 stars 6 forks source link

Fix small layout jump on invalid OnyxInput / OnyxFormElement #1731

Open BoppLi opened 1 month ago

BoppLi commented 1 month ago

the following example shows an OnyxInput with a pattern validation which needs an email with @xxx.x - before the last letter is typed, the error exists, even though invisible (because of user-invalid) and as soon as it is solved you see a little jump in the component.

https://github.com/user-attachments/assets/32b5b440-03ff-45e6-ba39-44e8a3148b40

larsrickert commented 1 month ago

@BoppLi Could you please provide a reproduction snippet? I can not reproduce it, the input has a 64px height for me