mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* 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
7 lines
106 B
Markdown
7 lines
106 B
Markdown
---
|
|
"@nextui-org/input": patch
|
|
"@nextui-org/theme": patch
|
|
---
|
|
|
|
Fix input display with hidden type (#3170)
|