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 2364a85 commit 2dbec08Copy full SHA for 2dbec08
shiny/ui/_input_select.py
@@ -245,8 +245,6 @@ def _input_select_impl(
245
if options is not None and selectize is False:
246
raise Exception("Options can only be set when selectize is `True`.")
247
248
- # TODO: Warn if remove is not None and selectize is False
249
-
250
remove_button = _resolve_remove_button(remove_button, multiple)
251
252
resolved_id = resolve_id(id)
0 commit comments