# Can't select primary group dropdown

**URL:** <https://meta.discourse.org/t/cant-select-primary-group-dropdown/118508>\
**Category:** Bug\
**Created:** [May 23, 2019, 12:59pm UTC](https://meta.discourse.org/t/cant-select-primary-group-dropdown/118508 "2019-05-23T12:59:44Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)\
**Post date:** [May 23, 2019, 12:59pm UTC](https://meta.discourse.org/t/cant-select-primary-group-dropdown/118508/1 "2019-05-23T12:59:44Z")

</div>

In User Admin when you are trying to set a primary group for a user the drop-down stopped working.

 ![PrimaryGroup](https://global.discourse-cdn.com/meta/original/3X/d/4/d405762b9cae836e5530ef00ad7eaf39ec259178.gif)

Version: v2.3.0.beta9 +542

---

<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:** [May 23, 2019, 1:03pm UTC](https://meta.discourse.org/t/cant-select-primary-group-dropdown/118508/3 "2019-05-23T13:03:23Z")

</div>

This is a direct consequence of a fix we did recently to avoid very long usernames to overflow.

As a workaround, you can actually scroll on the side to see the dropdown options, we will fix this shortly.

Thanks.

Or this in your css template should fix it for now:

```plaintext
.display-row .value {
    overflow-x: visible;
}

```

---

<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:** [May 24, 2019, 8:01am UTC](https://meta.discourse.org/t/cant-select-primary-group-dropdown/118508/7 "2019-05-24T08:01:46Z")

</div>

I reverted the commit, it should work as before now.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [May 24, 2019, 8:03am UTC](https://meta.discourse.org/t/cant-select-primary-group-dropdown/118508/8 "2019-05-24T08:03:42Z")

</div>


