Fix string type dates not being parsed.
Fix table flex alignment Topbar switcher values now update immediately
This commit is contained in:
@ -43,6 +43,7 @@ class SwitcherWidget(Widget):
|
||||
if option not in self.options:
|
||||
raise ValueError(f"option '{option}' does not exist within {self.options}.")
|
||||
self.run_script(f'{self.id}.onItemClicked("{option}")')
|
||||
self.value = option
|
||||
|
||||
|
||||
class MenuWidget(Widget):
|
||||
|
||||
Reference in New Issue
Block a user