-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
Button Visibility Unexpected Behaviour #3217
Comments
|
@TorreyGarland I'm guessing this solved your problem, right? |
apologies for the delay. yes, it did fix the problem. |
Using Display to hide a button doesn't make sense in an MVVM scenario. Since Visibility is an enum, could it include a "Collapse" option to hide the element like display none? |
It seems like a good idea, and fairly simple to do. Can you open a new ticket? |
No. |
I'm sorry, but did we offend you in any way? |
Not at all. I have a solution that is a little more flexible. |
Possibly related to Issue #2729.
I have a Blazorise Field with three (3) buttons. I want to conditionally hide or display the middle button.
Setting its visibility to invisible does hide the button, but the space that it occupies remains instead of collapsing the third/last button next to the first one.
Any ideas?
The text was updated successfully, but these errors were encountered: