File tree Expand file tree Collapse file tree 1 file changed +12
-25
lines changed
components/dash-html-components/scripts/data Expand file tree Collapse file tree 1 file changed +12
-25
lines changed Original file line number Diff line number Diff line change 54
54
],
55
55
"description" : " Indicates whether controls in this form can by default have their values automatically completed by the browser."
56
56
},
57
- "autoFocus" : {
58
- "elements" : [
59
- " button" ,
60
- " input" ,
61
- " select" ,
62
- " textarea"
63
- ],
64
- "description" : " The element should be automatically focused after the page loaded."
65
- },
66
57
"autoPlay" : {
67
58
"elements" : [
68
59
" audio" ,
760
751
" accept" ,
761
752
" alt" ,
762
753
" autoComplete" ,
763
- " autoFocus" ,
764
754
" capture" ,
765
755
" checked" ,
766
756
" disabled" ,
848
838
],
849
839
"select" : [
850
840
" autoComplete" ,
851
- " autoFocus" ,
852
841
" disabled" ,
853
842
" form" ,
854
843
" multiple" ,
858
847
],
859
848
"textarea" : [
860
849
" autoComplete" ,
861
- " autoFocus" ,
862
850
" cols" ,
863
851
" disabled" ,
864
852
" form" ,
872
860
" rows" ,
873
861
" wrap"
874
862
],
875
- "button" : [
876
- " autoFocus" ,
877
- " disabled" ,
878
- " form" ,
879
- " formAction" ,
880
- " formEncType" ,
881
- " formMethod" ,
882
- " formNoValidate" ,
883
- " formTarget" ,
884
- " name" ,
885
- " type" ,
886
- " value"
887
- ],
888
863
"audio" : [
889
864
" autoPlay" ,
890
865
" controls" ,
967
942
" src" ,
968
943
" srcLang"
969
944
],
945
+ "button" : [
946
+ " disabled" ,
947
+ " form" ,
948
+ " formAction" ,
949
+ " formEncType" ,
950
+ " formMethod" ,
951
+ " formNoValidate" ,
952
+ " formTarget" ,
953
+ " name" ,
954
+ " type" ,
955
+ " value"
956
+ ],
970
957
"fieldset" : [
971
958
" disabled" ,
972
959
" form" ,
You can’t perform that action at this time.
0 commit comments