Can't select primary group dropdown

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

Version: v2.3.0.beta9 +542

1 Like

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:

.display-row .value {
    overflow-x: visible;
}
9 Likes

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

6 Likes