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 36d954d commit bb8f7cfCopy full SHA for bb8f7cf
packages/react/select/src/select.tsx
@@ -223,8 +223,7 @@ const Select: React.FC<SelectProps> = (props: ScopedProps<SelectProps>) => {
223
tabIndex={-1}
224
name={name}
225
autoComplete={autoComplete}
226
- value={value}
227
- // enable form autofill
+ value={value ?? ""}
228
onChange={(event) => setValue(event.target.value)}
229
disabled={disabled}
230
form={form}
0 commit comments