quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
26.03k stars 3.54k forks source link

Why is the formatting different when using rules on q-input? #8096

Closed DarkLite1 closed 4 years ago

DarkLite1 commented 4 years ago

Describe the bug When q-input is used the formatting is different when using the rules attribute.

To reproduce

Codepen reproduction.:

I hope this is not by design as I thought the rules would not impact how the content is displayed on screen. I mean, when there is no error message to display yet it should not consume empty white space.

pdanpdan commented 4 years ago

Hello. Check hide-bottom-space in the API card for QField or QInput. An please use the dicord channel or the forum for help requests.

DarkLite1 commented 4 years ago

I'm sorry, I really thought this was a bug. Thanks for the help.