Luca Galbusera
Results
1
comments of
Luca Galbusera
The problem is in the code of the CMultiSelect.tsx: This part ```{js} useEffect(() => { const selected = _options && getSelectedOptions(_options); selected.sort((a: Option, b: Option) => { if (typeof a.order...