fix(dashboard,ui): Fixes to Combobox and CategoryCombobox (#9537)
**What** - Fixes the Combobox to keep the width of the content constant. - Brings CategoryCombobox inline with the other Combobox component - Adds keyboard navigation to the CategoryCombobox: You can now navigate options using ArrowUp and ArrowDown, and if an option has children you can use ArrowRight to see the children options. - Add "outline-none" to the Drawer component to stop it from flashing whenever focus is dropped. - Removes a dependency that was added to the UI package by mistake Resolves CC-155
This commit is contained in:
committed by
GitHub
parent
93b38bf47b
commit
1f682daf5c
@@ -86,7 +86,7 @@ const textVariants = cva({
|
||||
],
|
||||
})
|
||||
|
||||
interface TextProps
|
||||
export interface TextProps
|
||||
extends React.ComponentPropsWithoutRef<"p">,
|
||||
VariantProps<typeof textVariants> {
|
||||
asChild?: boolean
|
||||
|
||||
Reference in New Issue
Block a user