File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 36463646 "default" : " `:button`" ,
36473647 "description" : " One of `:button`, `:reset`, or `:submit`."
36483648 },
3649+ {
3650+ "name" : " inactive" ,
3651+ "type" : " Boolean" ,
3652+ "default" : " N/A" ,
3653+ "description" : " Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
3654+ },
36493655 {
36503656 "name" : " disabled" ,
36513657 "type" : " Boolean" ,
Original file line number Diff line number Diff line change 1218612186 "default": "`:button`",
1218712187 "description": "One of `:button`, `:reset`, or `:submit`."
1218812188 },
12189+ {
12190+ "name": "inactive",
12191+ "type": "Boolean",
12192+ "default": "N/A",
12193+ "description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
12194+ },
1218912195 {
1219012196 "name": "disabled",
1219112197 "type": "Boolean",
You can’t perform that action at this time.
0 commit comments