Skip to content

Commit 562debc

Browse files
kpunwatksjd78
andauthored
🐛 Add input text box filtering in new tag's select a tag category field (#1919)
Resolves RFE https://issues.redhat.com/browse/MTA-1248 User selecting a tag category from the drop-down should also be able to insert the input text. Instead of scrolling down and selecting from the long list would be very much convenient for user to enter the text and matching string gets filtered. Signed-off-by: Karishma Punwatkar <[email protected]> Co-authored-by: Scott Dickerson <[email protected]>
1 parent e43c470 commit 562debc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/pages/controls/tags/components/tag-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const TagForm: React.FC<TagFormProps> = ({ tag, onClose }) => {
178178
isRequired
179179
renderInput={({ field: { value, name, onChange } }) => (
180180
<SimpleSelect
181-
variant="single"
181+
variant="typeahead"
182182
maxHeight={DEFAULT_SELECT_MAX_HEIGHT}
183183
placeholderText={t("composed.selectOne", {
184184
what: t("terms.tagCategory").toLowerCase(),

0 commit comments

Comments
 (0)