You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an admin form that has stacked inlines containing autocomplete select fields. Adding an additional row triggers init-autocomplete. If someone fills out the autocomplete field then adds a row without saving then init-autocomplete gets triggered for the un-saved autocomplete select field and clears it.
I have an admin form that has stacked inlines containing autocomplete select fields. Adding an additional row triggers init-autocomplete. If someone fills out the autocomplete field then adds a row without saving then init-autocomplete gets triggered for the un-saved autocomplete select field and clears it.
Has anyone dealt with this? I tried changing:
to:
so that only empty fields are initialized but then of course you cannot change the field after saving.
The text was updated successfully, but these errors were encountered: