# 그룹 태그 선택기에서 선택이 되지 않음

**URL:** https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021
**Category:** Support
**Tags:** form-templates
**Created:** [5월 28, 2026, 4:04오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021 "2026-05-28T16:04:22Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Parker1090](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/parker1090/32/119862_2.png) [@Parker1090](https://meta.discourse.org/u/Parker1090)
#### Post date: [5월 28, 2026, 4:04오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/1 "2026-05-28T16:04:22Z")

</div>

안녕하세요

폼 템플릿 사용이 처음이라 단순히 제가 무언가를 놓치고 있는 것일 수도 있습니다.

태그 그룹에서 드롭다운을 채우는 폼 템플릿을 만들었는데, 표시는 정상적으로 되지만 아무것도 선택할 수 없습니다.

- 해당 _카테고리_에는 “다른 태그도 허용” 체크박스가 해제된 상태로 3개의 태그 그룹이 제한되어 있습니다.
- "필수 태그 그룹"에는 카테고리가 지정되어 있지 않지만, 이상적으로는 동일한 3개의 태그 그룹이 여기에 지정되어 있으면 좋겠습니다.

제 폼의 yaml은 다음과 같습니다:

```yaml
- type: tag-chooser
  id: issue-type
  tag_group: "Issue Type"
  attributes:
    none_label: "Select a type"
    label: "Type"
    multiple: false
  validations:
    required: true

- type: tag-chooser
  id: issue-priority
  tag_group: "Issue Priority"
  attributes:
    none_label: "Select a priority"
    label: "Priority"
    multiple: false
  validations:
    required: true

```

미리보기는 정상적으로 로드됩니다:  
 ![discourse-preview](https://global.discourse-cdn.com/meta/original/4X/0/6/a/06a6908eccea729f9ccea10867f2df83761a9070.gif)

하지만 토픽 생성 시 폼 자체에서는 태그를 선택할 수 없습니다:  
 ![discourse-form](https://global.discourse-cdn.com/meta/original/4X/3/1/4/31484e0c75c575b1dedf97c0ce04a5b075caa07e.gif)

모든 태그 그룹의 설정은 유사합니다 -

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/0/4/1042a14bca25610231f5247a0c0bdc3c258af296.png)

도움을 주시면 감사하겠습니다. 말씀드렸듯이 간단한 문제일 것이라 생각합니다 🤞

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [5월 28, 2026, 4:24오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/2 "2026-05-28T16:24:25Z")

</div>

> [@Parker1090](#):
>
> 해당 카테고리에 _실제로_ 3개의 태그 그룹이 제한되어 있으며, “다른 태그도 허용” 옵션은 체크되어 있지 않습니다.

그 제한에 여기에서 사용 중인 태그 그룹(“Issue Type” 및 “Issue Priority”)도 포함됩니까?

---

<div class="post-metadata">

### Author: ![Parker1090](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/parker1090/32/119862_2.png) [@Parker1090](https://meta.discourse.org/u/Parker1090)
#### Post date: [5월 28, 2026, 8:30오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/3 "2026-05-28T20:30:43Z")

</div>

답장 주셔서 감사합니다!

네, 그 두 가지는 포함되어 있습니다.

 ![Screenshot_20260528-212948](https://global.discourse-cdn.com/meta/original/4X/a/b/e/abe11153b82c4ef5791ef87cc402b2e2249dc37b.jpeg)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [5월 28, 2026, 9:11오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/5 "2026-05-28T21:11:27Z")

</div>

로컬에서 문제를 재현하는 데 어려움을 겪고 있습니다. @Parker1090 어떤 버전의 discourse를 사용하고 계신가요?

---

<div class="post-metadata">

### Author: ![Parker1090](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/parker1090/32/119862_2.png) [@Parker1090](https://meta.discourse.org/u/Parker1090)
#### Post date: [5월 28, 2026, 9:25오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/6 "2026-05-28T21:25:36Z")

</div>

2026.6.0-latest (c61074ebf8)

필요한 경우 기타 세부 사항도 기꺼이 제공하겠습니다

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [5월 28, 2026, 9:51오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/7 "2026-05-28T21:51:40Z")

</div>

감사합니다. 대소문자가 섞인 태그 이름을 사용하여 로컬에서 문제를 재현했습니다.

> <https://github.com/discourse/discourse/pull/40379>
>
> When a form template \`tag-chooser\` field is populated from a tag group, each
> \`\<o…ption\>\` is rendered with its display value (the tag name upper-cased, or its
> description). Selecting an option then has to translate that display value back
> to the underlying tag name before storing it on the composer.
> 
> \`handleSelectedValues\` did this translation by lower-casing the option value
> (\`"HIGH"\` -\> \`"high"\`) and \`handleInput\` matched the result case-sensitively
> against the real tag names. On sites with \`force\_lowercase\_tags\` disabled, tag
> names keep their casing (e.g. \`"High"\`), so the reconstructed \`"high"\` never
> matched, the selection was silently dropped, and the dropdown reset to its
> placeholder. Lower-case tag names round-tripped fine, which is why this only
> affected sites allowing mixed-case tags.
> 
> This regressed in ed8a62e2729, which switched the option value from the tag
> name to the upper-cased display and reintroduced the lower-casing round-trip to
> reverse it.
> 
> Instead of guessing the casing, build a map of each choice's display value back
> to its exact tag name and look the selected option up in it. Selections are now
> preserved regardless of tag name casing. Adds a system spec covering tag names
> with uppercase characters and \`force\_lowercase\_tags\` disabled.

---

<div class="post-metadata">

### Author: ![Parker1090](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/parker1090/32/119862_2.png) [@Parker1090](https://meta.discourse.org/u/Parker1090)
#### Post date: [5월 28, 2026, 10:03오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/8 "2026-05-28T22:03:12Z")

</div>

놀라워요, 도움 주셔서 감사합니다!

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [6월 3, 2026, 4:06오후 UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/9 "2026-06-03T16:06:17Z")

</div>


