Hidden class not working on SelectColumn
Hey, I'm working on an app for managing a book business. The BookResource has an AuthorsRelationManager and in the table I have the following column.
I'm applying the hidden class with the extraAttributes so that it only hides the dropdown on authors that don't have pen names. After upgrading to v4 however, this stopped working. The hidden class is getting applied to the parent div but it's having no effect. I did come up with a solution by simply applying an inline style as such:
I'm wondering if anyone knows why the hidden class isn't working anymore and if there's anything I can do about it?
0 Replies