We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71b36a commit 0cd39a4Copy full SHA for 0cd39a4
chartlets.py/chartlets/components/select.py
@@ -14,7 +14,7 @@ class Select(Component):
14
information from a list of options."""
15
16
multiple: bool | None = None
17
- """Allows for multiple selection in Select Menu. If `true` value
+ """Allows for multiple selection in Select Menu. If `true`, value
18
must be an array.
19
"""
20
0 commit comments