Commit fd5db61
committed
Update StrictReactDOMSelectProps.js
The \`disabled\` prop was missing from \`StrictReactDOMSelectProps\` while present on input, textarea, button, option, and optgroup. \`<select disabled>\` is valid HTML and already worked at runtime (it's in the prop allowlist and handled by the native renderer), so typed consumers hit a false type error. This adds the type declaration; the generated \`.d.ts\` now exposes it to TS consumers too.1 parent c4e69e0 commit fd5db61
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments