You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just spotted the same problem here. I would like to use data-disable-with-class to style disabled link without using provided ujs-ajax hooks. @lastobelus 👍 for that feature.
As far as I can tell, the disable-with functionality for anchor tags provides no way to style a disabled anchor tag with css.
There are a couple of possible options:
disabled="disabled"
attribute.data-disable-with-class
is set use it toaddClass
/removeClass
would a pull request for this be accepted, and if so which option would be preferred?
The text was updated successfully, but these errors were encountered: