mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add loop property
This commit is contained in:
@@ -51,7 +51,7 @@ accept accessKey action allowFullScreen allowTransparency alt autoCapitalize
|
||||
autoComplete autoFocus autoPlay cellPadding cellSpacing charSet checked
|
||||
className colSpan content contentEditable contextMenu controls data dateTime
|
||||
dir disabled draggable encType form frameBorder height hidden href htmlFor
|
||||
httpEquiv icon id label lang list max maxLength method min multiple name
|
||||
httpEquiv icon id label lang list loop max maxLength method min multiple name
|
||||
pattern placeholder poster preload radioGroup readOnly rel required role
|
||||
rowSpan scrollLeft scrollTop selected size spellCheck src step style tabIndex
|
||||
target title type value width wmode
|
||||
|
||||
@@ -77,6 +77,7 @@ var DefaultDOMPropertyConfig = {
|
||||
label: null,
|
||||
lang: null,
|
||||
list: null,
|
||||
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
max: null,
|
||||
maxLength: MUST_USE_ATTRIBUTE,
|
||||
method: null,
|
||||
|
||||
Reference in New Issue
Block a user