-
Notifications
You must be signed in to change notification settings - Fork 482
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
Add utility methods: add()
, remove()
, insert()
#3053
Conversation
idea with auto_update is very good! I want this pull to be merged! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good update!
Thanks for your feedback! It was actually planned to remove the changes concerning Happy to know you find it useful. |
Control
add()
, remove()
, insert()
Auto-update has been removed - its implementation needs to be rediscussed. |
I think |
Thanks for the idea/suggestion @Kacper-OS ! You mean it shouldn't be exposed in all controls? |
basically, yeah |
Alright, taking note - Thanks again! |
I already implemented this in my pull #3172 |
Closing this PR as everything needs to be rediscussed - #3329. |
add()
,remove()
,insert()
If(needs discussion on its implementation)Control.auto_update=True
, then changing any property of the control should internally triggerControl.update()