- As a: enterprise user
- On page: admin/products
- I want to be able to do: see suggestions of existing tags when starting to type a new tag. This would allow users to select an existing tag and avoid typos when adding an existing tag.
The dropdown can show all tags when selected and only those which match the first letters typed once the user starts typing
This behavior already exist inadmin/customersbut only if the tag has been linked with a tag rule :
here we want to be able to show that dropdown regardless of tag rules being used or not.
No suggestion are shown, which means here if I click save I can end up with 2 different tags:
<img width="1458" height="722" alt="Image" src="https://github.com/user-attachments/assets/82de7acd-6e97-4a1e-b4a0-524b1d844f77" />admin/products with variants tags feature toggle ON (should be the default when creating a new enterprise)