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 bef1636 + ef5b05e commit 27509c4Copy full SHA for 27509c4
packages/pf4-component-mapper/src/files/select.d.ts
@@ -26,6 +26,7 @@ interface BaseSelectProps {
26
menuIsPortal?: boolean;
27
placeholder?: ReactNode;
28
validated?: 'success' | 'error' | 'default';
29
+ id?: string;
30
}
31
32
export interface InternalSelectProps extends BaseSelectProps {
0 commit comments