mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat(Form): Select and InputMenu integration (#97)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export default (config: { colors: string[] }) => {
|
||||
}, {
|
||||
slots: {
|
||||
base: 'relative group rounded-md inline-flex items-center focus:outline-none disabled:cursor-not-allowed disabled:opacity-75',
|
||||
placeholder: 'truncate group-data-placeholder:text-current/50'
|
||||
value: 'truncate group-data-placeholder:text-current/50'
|
||||
}
|
||||
}, input(config))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user