You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at Discourse instead. Issues without the required information below may be closed immediately.
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
python 3.10.15
panel 0.14.3
os windows
browser chrome
Description of expected behavior and the observed behavior
The items in the dropdown menu of multichoice component should respect the order of the options provided.
Complete, minimal, self-contained example code that reproduces the issue
a = pn.widgets.MultiChoice(name="test", value=[], options=[])
a.options = [5,4,3,2,1] # show 1,2,3,4,5 in the browser instead
a
The text was updated successfully, but these errors were encountered:
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at Discourse instead. Issues without the required information below may be closed immediately.
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
python 3.10.15
panel 0.14.3
os windows
browser chrome
Description of expected behavior and the observed behavior
The items in the dropdown menu of multichoice component should respect the order of the options provided.
Complete, minimal, self-contained example code that reproduces the issue
The text was updated successfully, but these errors were encountered: