Re: Undesirable behavior of AutoLabelMarker

2019-02-10 Thread Martin Grigorov
Hi, On Sun, Feb 10, 2019 at 10:29 PM mscoon wrote: > Hi Martin, > > The form reloads the entity from the database (it uses a kind of loadable > detachable model) at each ajax request, so it does not remember the values > for the fields that have been modified in previous requests if we use > Aja

Re: Undesirable behavior of AutoLabelMarker

2019-02-10 Thread mscoon
Hi Martin, The form reloads the entity from the database (it uses a kind of loadable detachable model) at each ajax request, so it does not remember the values for the fields that have been modified in previous requests if we use AjaxForm[Choice]ComponentUpdatingBehavior. This is why we use AjaxFo