Newly created option isn't selected when returning from createOptionForm()
As per the attached screen recording gif, the selected item in the menu doesn't reflect the newly created record when creating a new entry via the
Expected behaviour
When returning from creating a new entry using the
createOptionForm() method (as below).Expected behaviour
When returning from creating a new entry using the
createOptionForm() method, I expect that item to be auto-selected in the corresponding Select menu.
Solution
Try to use 
Is there a reason why you use both options and relationship?
->native(false) on the select Is there a reason why you use both options and relationship?