Create Country Code Picker

Hello,

We are required to create a country code picker dropdown for our customers. But we are facing an issue with the phone number selection menu is that it has 237 countries. WeWeb is not allowing us to repeat more than 200. Can anyone help please!

Thanks!

I could be wrong but I think in production it shows all of them its more to stop the editor from crashing. It could be good to make it a search instead of having all of the countries rendered though.

Infinite scroll could work here. As you scroll, it can render as they go

1 Like

Weweb is bringing an update to the select element. It will have virtualised scrolling

1 Like

Are there any more details on how that will work? Like a “Lazy Loading” with scroll? I have a XANO table with 450 cities and another table with 1000 values that I cannot paginate. Not sure if it would be too much to “pre-cache” it. Thx.