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
When using a select_many field, existing items are shown correctly, however when selecting new items, they appear with no names when inserted into the form.
This behaviour is shown in the below screenshot. The item 'Existing Item' was already selected and hence rendered by the server, however the newly selected entry has no name shown.
I traced the issue to the below frontend code, which sets displayName to an empty string. Is this intentional?
When using a
select_many
field, existing items are shown correctly, however when selecting new items, they appear with no names when inserted into the form.This behaviour is shown in the below screenshot. The item 'Existing Item' was already selected and hence rendered by the server, however the newly selected entry has no name shown.
I traced the issue to the below frontend code, which sets
displayName
to an empty string. Is this intentional?admin/views/assets/javascripts/qor/qor-select-many.js
Lines 182 to 187 in 138548e
The items appear as expected within the bottom sheet itself. The issue only occurs when items are added to the form.
The text was updated successfully, but these errors were encountered: