From cea23776672f740be85bbf5b5cba5f08fb290f33 Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Fri, 29 Sep 2023 11:08:11 +0200 Subject: [PATCH] add missing Quasar reference --- nicegui/elements/select.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nicegui/elements/select.py b/nicegui/elements/select.py index 1b381308a..b98de5d53 100644 --- a/nicegui/elements/select.py +++ b/nicegui/elements/select.py @@ -20,6 +20,8 @@ def __init__(self, ) -> None: """Dropdown Selection + This element is based on Quasar's `QSelect `_ component. + The options can be specified as a list of values, or as a dictionary mapping values to labels. After manipulating the options, call `update()` to update the options in the UI.