-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[ToolbarItem] IsEnabled property false not working #13257
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
I am seeing this same issue (.NET 6), setting it to False doesn't seem to disable it. |
This also happen on Windows, I don't have a mac device to test on IOS and Catalyst |
Facing a similar issue: the Button control with "False" value assigned to IsEnabled stays enabled after startup. |
Are you getting a crash when it's set to False? For me it just stays enabled but doesn't crash |
I checked the code and I believe the
This should disable the toolbar |
I cannot believe something so fundamental to most Android apps is still broken a year later after being reported. Xamarin Forms is no longer supported so we don't have much of a choice but to move to MAUI. These kinds of issues make for a really poor experience from an end users perspective who want to see improvements not the introduction of useability issues. Is this likely to be fixed or do I need to look for other options? |
Hello @kimhongka, thanks you very much for your post. I work with iOS and will try this. Best regards |
On iOS I got it to work with CanExecute. I also had trubble with changes of CanExecute not effecting the enabled state. Here is my solution:
|
Description
The button bar is not disable when set
IsEnable
tofalse
Steps to Reproduce
Link to public reproduction project repository
https://github.com/Strypper/mauisland
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows
Affected platform versions
Windows 11 - Android 12
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: