Skip to content

Commit c3107d3

Browse files
fix: accidental introduction of extra restore_choices()
1 parent 6b823e4 commit c3107d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_input_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def input_select(
224224
x = _input_select_impl(
225225
id=resolved_id,
226226
label=label,
227-
choices=restore_input(resolved_id, choices),
227+
choices=choices,
228228
selected=selected,
229229
multiple=multiple,
230230
selectize=selectize,

0 commit comments

Comments
 (0)