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.
1 parent ebf290f commit 17e3b94Copy full SHA for 17e3b94
src/Select.tsx
@@ -50,7 +50,7 @@ export const Select = memo(
50
51
const id = useAnalyticsId({
52
"defaultIdPrefix": "fr-select-group",
53
- "explicitlyProvidedId": id_props
+ "explicitlyProvidedId": id_props ?? nativeSelectProps.id
54
});
55
56
const selectId = `select-${useId()}`;
0 commit comments