Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gumby overrides HTML5 hidden attribute #213

Open
josiah14 opened this issue Mar 23, 2014 · 0 comments
Open

Gumby overrides HTML5 hidden attribute #213

josiah14 opened this issue Mar 23, 2014 · 0 comments

Comments

@josiah14
Copy link

I'm working with a Gumby navbar in an EmberJS application. On a certain url/route, I want the navbar to be hidden. The cleanest way I've found to do this in Ember is to use {{bind-attr hidden=isHiddenControllerProp}} within the navbar tag.

Currently, this does not work because the hidden property is overridden by the display: block property added by Gumby to the navbar. I suspect this is probably the case for any element in Gumby that uses the display CSS attribute.

Gumby should either provide a way for me to simply hide an element (without the necessity of switching/toggling), or else honor the hidden HTML5 attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant