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
Describe the bug
I have a list widget (country picker) with more than 200 entries.
2 issues occur:
When editing an already existing record, the value in the country field (let's say united_kingdom) to which this list is writing/reading appears at the top of the list, before the A.
After clicking, the options appear, but when scrolling it always gets stuck in the 20th item. When searching though, it works.
Not sure if these 2 are related though.
To Reproduce
Have a list field
Give it a list of more than 200 options
Save a record with a value that's below the 20th position on the list
Go back to edit that record
Expected behavior
All options to be available, or at least for it to lazy load them as I scroll.
Hi @pmpinto, can you clarify if this issue is about loading country_flags list widget or loading country relation widget referencing the country_list file?
Hey @erezrokah!
The country list on its own is fine, it completely loads and renders all the 200 options on the page.
The issue seems to be related to the relation part.
Describe the bug
I have a
list
widget (country picker) with more than 200 entries.2 issues occur:
country
field (let's sayunited_kingdom
) to which thislist
is writing/reading appears at the top of the list, before the A.Not sure if these 2 are related though.
To Reproduce
list
fieldExpected behavior
All options to be available, or at least for it to lazy load them as I scroll.
Screenshots
Applicable Versions:
CMS configuration
_data/country_flags.yml
:_data/people.yml
:The text was updated successfully, but these errors were encountered: