We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4857c53 commit 391e442Copy full SHA for 391e442
lib/ruby_ui/form/form_field_label.rb
@@ -9,7 +9,13 @@ def view_template(&)
9
private
10
11
def default_attrs
12
- {class: "text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"}
+ {
13
+ class: [
14
+ "text-sm font-medium leading-none",
15
+ "peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
16
+ "peer-aria-disabled:cursor-not-allowed peer-aria-disabled:opacity-70 peer-aria-disabled:pointer-events-none"
17
+ ]
18
+ }
19
end
20
21
0 commit comments