UX: Minor change to compact tag chooser (#22796)

Followup to f5e8e73.

This switches the placeholder label to the existing string "optional
tags" and only shows it if there are no items picked.

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
Penar Musaraj
2023-07-26 11:43:46 -04:00
committed by GitHub
parent 6222a60335
commit f2048eeb4c
7 changed files with 26 additions and 8 deletions

View File

@ -138,7 +138,7 @@
@value={{@dummy.selectedTags}}
@options={{hash
filterable=true
filterPlaceholder="topic_edit.tag_filter_placeholder"
filterPlaceholder="tagging.choose_for_topic"
useHeaderFilter=true
}}
/>