mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
feat(Textarea): add resize-none class with autoresize prop
This commit is contained in:
@@ -18,6 +18,7 @@ describe('Textarea', () => {
|
||||
['with required', { props: { required: true } }],
|
||||
['with disabled', { props: { disabled: true } }],
|
||||
['with rows', { props: { rows: 5 } }],
|
||||
['with autoresize', { props: { autoresize: true } }],
|
||||
['with icon', { props: { icon: 'i-lucide-search' } }],
|
||||
['with leading and icon', { props: { leading: true, icon: 'i-lucide-arrow-left' } }],
|
||||
['with leadingIcon', { props: { leadingIcon: 'i-lucide-arrow-left' } }],
|
||||
|
||||
Reference in New Issue
Block a user