hello, I am using MultiSelectComboBox, when I reload the page the selection tick box does not appear in the dropdown list, however the items can be shown in the field as chips. The problem is, this allows the user to select the already selected items again, which makes it duplicate.
The code is simple. Create MultiSelectComboBox with a ListDataProvider, bind on form with a binder. When the form reloads the selected values appear in the field, but the selection on overlay does not appear. See screenshot below.