-
Notifications
You must be signed in to change notification settings - Fork 521
ElevatedButton unable to update bgcolor property after upgrade to version >=0.24 #4119
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
Closed
1 task done
Labels
bug
Something isn't working
Comments
ndonkoHenri
added a commit
that referenced
this issue
Oct 8, 2024
… style initialization and assignment
11 tasks
Merged
11 tasks
ndonkoHenri
added a commit
that referenced
this issue
Oct 10, 2024
…simplify style initialization and assignment" This reverts commit b9a7351.
11 tasks
FeodorFitsner
pushed a commit
that referenced
this issue
Oct 17, 2024
* Update elevated_button.dart if filled=true create FilledButton * fixed color for disabled FilledButton * fixed color for disabled FilledTonalButton * Update elevated_button.dart refactor * Update elevated_button.dart * define _get_control_name for FilledButton and FilledTonalButton * fix #4119: Refactor `ElevatedButton.before_update` method to simplify style initialization and assignment * Revert "fix #4119: Refactor `ElevatedButton.before_update` method to simplify style initialization and assignment" This reverts commit b9a7351. --------- Co-authored-by: ndonkoHenri <[email protected]> Co-authored-by: TheEthicalBoy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate Check
Describe the bug
ElevatedButton unable to update bgcolor property after upgrade to version >=0.24
Code sample
Code
To reproduce
import flet as ft
def main(page: ft.Page):
ft.app(main)
Expected behavior
should be able to change background color
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
Windows 11
Flet version
0.24
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: