Hi Max,
I'm trying to add an additional class to a button (called "form-button-disabled"). The button has type "Link".
But the class is not added. Might this be a bug?
The particular reason why I'm adding this class is because the button translate as an <a> element in the html, so I cannot disable the button by adding the "disabled" attribute. So I'm disabling it with CSS.
Best regards,
Bart
Hi Bart
You do this using the HTML attributes behavior:
That's working, thanks!
You need to login to be able to post a reply.