nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.45k stars 383 forks source link

Hide wrapper of UInput when type="hidden" #1784

Open eduardo-faith opened 2 weeks ago

eduardo-faith commented 2 weeks ago

Description

Hello together First of all: Thanks for the wonderful library! :heart: Sorry for writing an issue an not contributing - I'm more like a skript kiddie and will do more harm than actually helping with this small change.. 🙈

When using UInput with type="hidden", the wrapper <div :class="ui.wrapper"> should be hidden. Otherwise it may break some layouts.

Additional context

No response