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 3646
3646
"default" : " `:button`" ,
3647
3647
"description" : " One of `:button`, `:reset`, or `:submit`."
3648
3648
},
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
+ },
3649
3655
{
3650
3656
"name" : " disabled" ,
3651
3657
"type" : " Boolean" ,
Original file line number Diff line number Diff line change 12186
12186
"default": "`:button`",
12187
12187
"description": "One of `:button`, `:reset`, or `:submit`."
12188
12188
},
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
+ },
12189
12195
{
12190
12196
"name": "disabled",
12191
12197
"type": "Boolean",
You can’t perform that action at this time.
0 commit comments