瀏覽代碼

add missing Quasar reference

Falko Schindler 1 年之前
父節點
當前提交
cea2377667
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      nicegui/elements/select.py

+ 2 - 0
nicegui/elements/select.py

@@ -20,6 +20,8 @@ class Select(ChoiceElement, DisableableElement, component='select.js'):
                  ) -> None:
         """Dropdown Selection
 
+        This element is based on Quasar's `QSelect <https://quasar.dev/vue-components/select>`_ 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.