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 acabf11 commit 2fe3494Copy full SHA for 2fe3494
packages/react-dom/src/shared/HTMLDOMPropertyConfig.js
@@ -26,7 +26,7 @@ var HTMLDOMPropertyConfig = {
26
// autoFocus is polyfilled/normalized by AutoFocusUtils
27
// autoFocus: HAS_BOOLEAN_VALUE,
28
autoPlay: HAS_BOOLEAN_VALUE,
29
- capture: HAS_BOOLEAN_VALUE,
+ capture: HAS_OVERLOADED_BOOLEAN_VALUE,
30
checked: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
31
cols: HAS_POSITIVE_NUMERIC_VALUE,
32
contentEditable: HAS_STRING_BOOLEAN_VALUE,
0 commit comments