Skip to content

Commit e67ce68

Browse files
authored
Merge pull request #798 from data-driven-forms/fix-missing-is-disabled
fix(pf4): add missing disabled prop to select typings
2 parents 8685da1 + 47b8f33 commit e67ce68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pf4-component-mapper/src/files/select.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ interface BaseSelectProps {
1212
options?: SelectOption[];
1313
selectVariant?: 'default' | 'createable';
1414
isSearchable?: boolean;
15+
isDisabled?: boolean;
1516
isClearable?: boolean;
1617
name?: string;
1718
showMoreLabel?: ReactNode;

0 commit comments

Comments
 (0)