Form select not updating options data
so i was creating color from inside a Select components using
createOptionForm()
, I am expecting the data to return with the new created color, but its not returning it.
code
2 Replies
clarifications: the new created color not load in the Select dropdown.
bump
up
the only way I found to update the values is to have live() and preload() together.
just for record if somebody is looking for it but I wasn't satisfyied by the createOption because I would to have a hintAction.
So I changed the createOption for hintAction, do my stuff the $set('my_select', newId) works.
My select is relatioship and it works