# Jumping tag selection

**URL:** https://meta.discourse.org/t/jumping-tag-selection/196601
**Category:** UX
**Created:** [July 9, 2021, 2:42pm UTC](https://meta.discourse.org/t/jumping-tag-selection/196601 "2021-07-09T14:42:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![amundo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/amundo/32/177576_2.png) [@amundo](https://meta.discourse.org/u/amundo)
#### Post date: [July 9, 2021, 2:42pm UTC](https://meta.discourse.org/t/jumping-tag-selection/196601/1 "2021-07-09T14:42:01Z")

</div>

The tagging functionality in Discourse is le 💣 .

An ickle nitpick: the way the tag selection interface jumps from top to bottom is really weird and disorienting. Example: I’m trying to type the tag _javascript_, so I type `j`, and I see this:

 ![Screen Shot 2021-07-09 at 10.37.26 AM](https://global.discourse-cdn.com/meta/original/3X/4/9/49971231ff951bbf89ddb76ec80cd2026b0696ba.png)

The autocomplete possibilities (which are awesome) are _above_ the input field. Cool. Okay, now I type `a`, and I get this:

 ![Screen Shot 2021-07-09 at 10.33.35 AM](https://global.discourse-cdn.com/meta/original/3X/5/3/534c0c172088bc86332d8d6263a8bc43e05dba91.png)

Now the interface has jumped below the input, presumably because it fits now. I can understand the utility of adapting to available space, and the amount of difficult code that must have been written to make that happen. But as ux, it’s pretty confusing.

- Everything suddenly moves, and focus is lost (“Wait, where was I typing again?”)
- The label _optional tags_ looks to me like a placeholder, like it’s a text input. Given the fact that everything has moved, I often click on that to try to “keep editing”. Now the autocomplete drop-down closes.

It seems to me that it would be clearer and more consistent if the autocomplete never jumped below the input (the editor sticks to the bottom anyway, so it makes more sense for that to be the default since there’s more room above.)

🙏 thanks for reading & thanks for discourse
