-
Notifications
You must be signed in to change notification settings - Fork 35
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
df-show on Activator not working #165
Comments
|
Also, |
please also try with |
Thanks. I tried using I did find that commenting out |
I did make some discoveries... So there is more complexity in my app than my example above shows. |
I also found that if Stepping back, what I'm trying to do is use |
Using |
This particular field is not intended for any user interaction since I'm using it to get the permission from the view to the Or, is there a better way to show/hide a field based on permissions? |
For some reason, the
df-show
attr on anActivator
field doesn't work for me. Thehidden
attribute is always added. For other field types,df-show
works fine.In the code below,
recipients_button
is always hidden regardless of the value ofallow_email_download
(I even hacked some js to see if it could be worked around - no go), whileemail_recipients
behaves as expected.When I get time, I can do more testing for a better report.
The text was updated successfully, but these errors were encountered: