Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing showArrow option in types
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
components/select/index.tsx
|
@@ -15,6 +15,7 @@ export interface AbstractSelectProps { |
|
|
showSearch?: boolean; |
|
|
allowClear?: boolean; |
|
|
disabled?: boolean; |
|
|
showArrow?: boolean; |
|
|
style?: React.CSSProperties; |
|
|
tabIndex?: number; |
|
|
placeholder?: string | React.ReactNode; |
|
|