We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf00f66 commit 966118dCopy full SHA for 966118d
lib/ruby_ui/radio_button/radio_button.rb
@@ -15,7 +15,10 @@ def default_attrs
15
ruby_ui__form_field_target: "input",
16
action: "change->ruby-ui--form-field#onInput invalid->ruby-ui--form-field#onInvalid"
17
},
18
- class: "h-4 w-4 p-0 border-primary rounded-full flex-none"
+ class: [
19
+ "h-4 w-4 p-0 border-primary rounded-full flex-none",
20
+ "disabled:cursor-not-allowed disabled:opacity-50"
21
+ ]
22
}
23
end
24
0 commit comments