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
hideButton: function(title) {
if(this.buttons[title]) this.buttons[title].getParent().addClass('hiddenButton');
return this.buttons[title];
}
and now it appears that the buttons is properly hidden, but I'm not 100% sure that it doesn't brake something else. :)
Using the hideButton function doesn't hide the button, but the text in the button.
I think that the hiddenButton class should be added to the label and not on the input itself.
The text was updated successfully, but these errors were encountered: