Skip to content

Commit 2dbec08

Browse files
chore: remove TODO since this combination of inputs is deprecated now
1 parent 2364a85 commit 2dbec08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shiny/ui/_input_select.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ def _input_select_impl(
245245
if options is not None and selectize is False:
246246
raise Exception("Options can only be set when selectize is `True`.")
247247

248-
# TODO: Warn if remove is not None and selectize is False
249-
250248
remove_button = _resolve_remove_button(remove_button, multiple)
251249

252250
resolved_id = resolve_id(id)

0 commit comments

Comments
 (0)