feat(web/select): searchable option (#513)

This commit is contained in:
Lily
2024-03-10 06:06:11 -07:00
committed by GitHub
parent 669dc5ae87
commit 71b30b928d
4 changed files with 5 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ interface SelectProps extends BaseInput {
disabled?: boolean;
default?: string | string[];
clearable?: boolean;
searchable?: boolean;
}
interface SliderProps extends BaseInput {