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
My specific question was already kindly answered by @wch in #2693. However, it raised an issue around selectize/selectize.js#129 filtering duplicate choices without giving the user a warning or message indicating that it's doing so.
Example application or steps to reproduce the problem
Note that only the first item shows up because there are duplicate values. If there's a way to warn the developer of this behavior that would probably save them the time trying to figure out where their choices went in a large choice set! 😖
The text was updated successfully, but these errors were encountered:
yogat3ch
changed the title
selectInput with selectize = T (Default) removes duplicate values in choices without a warning()
selectInput with selectize = T (Default) removes duplicate values in choices without a warning()
Nov 5, 2019
My specific question was already kindly answered by @wch in #2693. However, it raised an issue around selectize/selectize.js#129 filtering duplicate
choices
without giving the user awarning
ormessage
indicating that it's doing so.Example application or steps to reproduce the problem
Describe the problem in detail
Note that only the first item shows up because there are duplicate
values
. If there's a way to warn the developer of this behavior that would probably save them the time trying to figure out where theirchoices
went in a large choice set! 😖The text was updated successfully, but these errors were encountered: