nextui/.changeset/selfish-tips-joke.md
աӄա dbb4b8ee56
fix(input): input display with hidden type (#3174)
* fix(input): input display with hidden type

* chore(input): add isHiddenType to dependency

* refactor(input): move the styles to theme and change hidden to data attr

* feat(theme): add isHiddenType to input

* chore(changeset): include theme package

* chore(input): revise input test

* fix(theme): remove isHiddenType from variants and use data-hidden prop instead

* fix(theme): remove isHiddenType from defaultVariants

* fix(input): remove isHiddenType passing to input
2024-06-14 20:56:52 -03:00

106 B

@nextui-org/input @nextui-org/theme
patch patch

Fix input display with hidden type (#3170)