We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8685da1 + 47b8f33 commit e67ce68Copy full SHA for e67ce68
packages/pf4-component-mapper/src/files/select.d.ts
@@ -12,6 +12,7 @@ interface BaseSelectProps {
12
options?: SelectOption[];
13
selectVariant?: 'default' | 'createable';
14
isSearchable?: boolean;
15
+ isDisabled?: boolean;
16
isClearable?: boolean;
17
name?: string;
18
showMoreLabel?: ReactNode;
0 commit comments