You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I tag a record with a tag of "ABC" using the tags field, then I edit the record and click the tags field, the suggestions dropdown WILL NOT show "ABC" as it's already an active tag (This is correct).
However, if you click the "X" on the "ABC" tag to remove it, then check the suggestions list, "ABC" is shown in alphabetical order, BUT ALSO shows at the very end of the list too.
Steps to use in the reproduction repository
Steps to reproduce the behavior:
Add a tags field to a resource with suggestions
Add one or two of the suggestions as tags and save
edit record, click the "x" on an added tag.
Check the suggestions list, that tag is now listed twice, once in it's usual place and once at the very end.
System configuration
Avo version: 3.13.6
Rails version: 7.2.2
Ruby version: 3.3.4
License type:
Community
Pro
Advanced
Are you using Avo monkey patches, overriding views or view components?
Yes. If so, please post code samples.
No
Screenshots or screen recordings
First shows the suggestions list with the "Dark Ride" tag being active.
Second shows the suggestions list after the "Dark Ride" tag has been removed and shows it back in it's correct alphabetical place.
Third shows the suggestions list with "Dark Ride" showing at the end of the list. Not correct!
Describe the bug
If I tag a record with a tag of "ABC" using the tags field, then I edit the record and click the tags field, the suggestions dropdown WILL NOT show "ABC" as it's already an active tag (This is correct).
However, if you click the "X" on the "ABC" tag to remove it, then check the suggestions list, "ABC" is shown in alphabetical order, BUT ALSO shows at the very end of the list too.
Steps to use in the reproduction repository
Steps to reproduce the behavior:
System configuration
Avo version: 3.13.6
Rails version: 7.2.2
Ruby version: 3.3.4
License type:
Are you using Avo monkey patches, overriding views or view components?
Screenshots or screen recordings
First shows the suggestions list with the "Dark Ride" tag being active.
Second shows the suggestions list after the "Dark Ride" tag has been removed and shows it back in it's correct alphabetical place.
Third shows the suggestions list with "Dark Ride" showing at the end of the list. Not correct!
Additional context
Can be reproduced here: https://main.avodemo.com/avo/resources/courses
Impact
Urgency
The text was updated successfully, but these errors were encountered: