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 turn to you for a small flaw that I have. I used modal-select to select an item from a list. The element I need for the query is the id of the element. What is operational, with this code :
`
Select it (with search)
{{option.name}}
Product : {{form.product}}
`
But on display, client side, I would like to have the name of the element and not the id, because for now it is the id that appears in :
`
Product : {{form.product}}
`
And even if I do form.product.name
Thank you in advance for your answers
The text was updated successfully, but these errors were encountered:
I turn to you for a small flaw that I have. I used modal-select to select an item from a list. The element I need for the query is the id of the element. What is operational, with this code :
`
Select it (with search)
{{option.name}}
Product : {{form.product}}
But on display, client side, I would like to have the name of the element and not the id, because for now it is the id that appears in :
`
Product : {{form.product}}
And even if I do
form.product.name
Thank you in advance for your answers
The text was updated successfully, but these errors were encountered: