# Only 100 items in custom user field dropdown

**URL:** https://meta.discourse.org/t/only-100-items-in-custom-user-field-dropdown/77674
**Category:** Bug
**Created:** [Janvier 10, 2018, 3:09 UTC](https://meta.discourse.org/t/only-100-items-in-custom-user-field-dropdown/77674 "2018-01-10T15:09:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![michaeld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michaeld/32/1594_2.png) [@michaeld](https://meta.discourse.org/u/michaeld)
#### Post date: [Janvier 10, 2018, 3:09 UTC](https://meta.discourse.org/t/only-100-items-in-custom-user-field-dropdown/77674/1 "2018-01-10T15:09:01Z")

</div>

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>

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [Janvier 11, 2018, 8:55 UTC](https://meta.discourse.org/t/only-100-items-in-custom-user-field-dropdown/77674/3 "2018-01-11T08:55:04Z")

</div>

Fixed by

[https://github.com/discourse/discourse/commit/3ee7b18886888d11ed55f7c2ff779d6e6de99cd8](https://github.com/discourse/discourse/commit/3ee7b18886888d11ed55f7c2ff779d6e6de99cd8)

Thanks.

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [Janvier 11, 2018, 8:55 UTC](https://meta.discourse.org/t/only-100-items-in-custom-user-field-dropdown/77674/4 "2018-01-11T08:55:06Z")

</div>


