Multiselect with Shift-key not working if values are numerics converted to string
like this:
dataSource={[
{"name":100,"value":"100"},
{"name":200,"value":"200"},
{"name":300,"value":"300"},
]}
_getOptionValueFromDataAttr converts them opportunistically to numerics
but then _selectAllOptionsInOptionIdRange compares them to string and gets nothing
Multiselect with Shift-key not working if values are numerics converted to string like this: dataSource={[ {"name":100,"value":"100"}, {"name":200,"value":"200"}, {"name":300,"value":"300"}, ]}
_getOptionValueFromDataAttr converts them opportunistically to numerics but then _selectAllOptionsInOptionIdRange compares them to string and gets nothing