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 3844c48 commit 5e343a2Copy full SHA for 5e343a2
packages/core/src/components/widgets/SelectWidget.tsx
@@ -73,7 +73,7 @@ function SelectWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extend
73
return (
74
<select
75
id={id}
76
- name={id || htmlName}
+ name={htmlName || id}
77
multiple={multiple}
78
role='combobox'
79
className='form-control'
0 commit comments