We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2903aa4 commit 60973f9Copy full SHA for 60973f9
1 file changed
chatkit/widgets.py
@@ -703,6 +703,8 @@ class Select(WidgetComponentBase):
703
"""Show a clear control to unset the value."""
704
disabled: bool | None = None
705
"""Disable interactions and apply disabled styles."""
706
+ searchable: bool | None = None
707
+ """Enables the search input. Defaults to enabling search when there are more than 15 options."""
708
709
710
@_direct_usage_of_named_widget_types_deprecated
0 commit comments