fix: update design for select component and remove placeholders
This commit is contained in:
@@ -7,7 +7,6 @@ export interface SelectProps
|
||||
label: string
|
||||
name: string
|
||||
onSelect: (key: Key) => void
|
||||
placeholder?: string
|
||||
value?: string | number
|
||||
maxHeight?: number
|
||||
showRadioButton?: boolean
|
||||
|
||||
Reference in New Issue
Block a user