File tree Expand file tree Collapse file tree 3 files changed +8
-119
lines changed Expand file tree Collapse file tree 3 files changed +8
-119
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ module.exports.types = {
3333 "allowFullScreen" : "Boolean" ,
3434 "allowTransparency" : "Boolean" ,
3535 "async" : "Boolean" ,
36- "autoComplete" : "Boolean" ,
3736 "autoFocus" : "Boolean" ,
3837 "autoPlay" : "Boolean" ,
3938 "capture" : "Boolean" ,
Original file line number Diff line number Diff line change 55 " accessKey" ,
66 " allowFullScreen" ,
77 " allowTransparency" ,
8- " autoComplete" ,
98 " autoFocus" ,
109 " autoPlay" ,
1110 " capture" ,
252251 "form" : [
253252 " accept" ,
254253 " action" ,
254+ " autoComplete" ,
255255 " method" ,
256256 " name" ,
257257 " target" ,
300300 " accept" ,
301301 " alt" ,
302302 " autoCapitalize" ,
303+ " autoComplete" ,
303304 " autoCorrect" ,
304305 " autoSave" ,
305306 " checked" ,
421422 " type"
422423 ],
423424 "select" : [
425+ " autoComplete" ,
424426 " defaultValue" ,
425427 " disabled" ,
426428 " form" ,
458460 ],
459461 "textarea" : [
460462 " autoCapitalize" ,
463+ " autoComplete" ,
461464 " autoCorrect" ,
462465 " cols" ,
463466 " defaultValue" ,
You can’t perform that action at this time.
0 commit comments