Skip to content

Commit

Permalink
add missing Quasar reference
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Sep 29, 2023
1 parent 2e57811 commit cea2377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nicegui/elements/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def __init__(self,
) -> 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.
Expand Down

0 comments on commit cea2377

Please sign in to comment.