Closed tpuida closed 1 year ago
The multiselect got the following options:
[{ "label": "Nil value", "value": null }, { "label": "String value", "value": "a" }, { "label": "Integer value", "value": 1 }, { "label": "Boolean value", "value": true }]
When a user selects "Integer value" or "Boolean value" two options shows like selected.
Look at JSFiddle to reproduce the bug
Thanks for the report. Fixed in 2.6.0.
2.6.0
Version
Description
The multiselect got the following options:
When a user selects "Integer value" or "Boolean value" two options shows like selected.
Demo
Look at JSFiddle to reproduce the bug