Fix string type dates not being parsed.

Fix table flex alignment

Topbar switcher values now update immediately
This commit is contained in:
louisnw
2024-01-12 17:09:23 +00:00
parent 92b8fd0a04
commit 74db7b5353
5 changed files with 8 additions and 4 deletions

View File

@ -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):