Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Changelog = "https://code.ornl.gov/ndip/public-packages/nova-trame/blob/main/CHA [tool.poetry] name = "nova-trame" version = "0.19.1" version = "0.19.2" description = "A Python Package for injecting curated themes and custom components into Trame applications" authors = ["Duggan, John <dugganjw@ornl.gov>"] readme = "README.md" Loading src/nova/trame/view/components/input_field.py +1 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,7 @@ class InputField: ) ).exec @state.change(input.v_model) @state.change(input.v_model.split(".")[0]) def _autoscroll(**kwargs: Any) -> None: autoscroll(input.id) Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Changelog = "https://code.ornl.gov/ndip/public-packages/nova-trame/blob/main/CHA [tool.poetry] name = "nova-trame" version = "0.19.1" version = "0.19.2" description = "A Python Package for injecting curated themes and custom components into Trame applications" authors = ["Duggan, John <dugganjw@ornl.gov>"] readme = "README.md" Loading
src/nova/trame/view/components/input_field.py +1 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,7 @@ class InputField: ) ).exec @state.change(input.v_model) @state.change(input.v_model.split(".")[0]) def _autoscroll(**kwargs: Any) -> None: autoscroll(input.id) Loading