You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make selection drop (DropSelect) is called automatically after updating items list, now make_selection_drop is private and requires no **kwargs argument.
Move DropSelect scrollbar style to the constructor.
Reduce TextInput.repeat_keys_interval_ms from 100 to 50 ms.
Removed unused repeat_touch_interval_ms constructor parameter from TextInputclass.
Dropselect now accepts multiple formats for selected placeholder.
Table now raises AssertionError if packing the same Table (or Frame containing the Table).
Table now warns if adding widgets that accept events.