Only 100 items in custom user field dropdown

When a custom user fields dropdown is presented on the sign up screen, it contains only the first 100 items.
When configuring the user field, it’s possible to list many more.

So our client’s “Country” field currently stops at “Indonesia”

Seems like this limit is too low / unnecessary / different from the one in the the admin screen that defines the items

https://github.com/discourse/discourse/blob/c9921869f12b6b430b52b674f367fb04756d20a7/app/assets/javascripts/select-kit/components/select-kit.js.es6#L62

5 Likes

Fixed by

https://github.com/discourse/discourse/commit/3ee7b18886888d11ed55f7c2ff779d6e6de99cd8

Thanks.

5 Likes