Preloaded select component loads selected values
Trying to figure out if this is a bug or if i'm doing something wrong.
I have a select component with a relationship
When i use the form->fill it selects the current selected items, which works, but it also adds these to the drop down.
These items are unresponsive in the dropdown. When i remove an item, and reselect it in the dropdown, it is removed from the dropdown.
My expected behavior would be: on load, the currently selected items, are removed from the dropdown and only readded when the selection is removed.
1 Reply
So my question is; how do I make sure my previously selected values / stored values dont show up in the dropdown on page load?