Skip to content

Commit ef5b05e

Browse files
committed
fix(pf4): fix missing id prop in select TS definition.
1 parent bef1636 commit ef5b05e

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
@@ -26,6 +26,7 @@ interface BaseSelectProps {
2626
menuIsPortal?: boolean;
2727
placeholder?: ReactNode;
2828
validated?: 'success' | 'error' | 'default';
29+
id?: string;
2930
}
3031

3132
export interface InternalSelectProps extends BaseSelectProps {

0 commit comments

Comments
 (0)