Skip to content

Conversation

@theoholl
Copy link
Contributor

@theoholl theoholl commented Jan 2, 2026

Summary

  • Preventing ghost/duplicate tag pills by letting the tag selector emit only labels with ids and by using NcSelect’s tracked id to avoid placeholder options. However, the user has to wait for the server to create a new tag and send it back to the client before it is getting rendered in the browser. This will result in a small delay before the new tag appears.
  • Removed Vuex strict-mode warnings.

Screencasts

Before:

Screencast.Bug.mp4

After:

Screencast.Fix.mp4

@theoholl theoholl changed the title Modify tag adding and removing logic to get rid of 'ghost' tags and Vuex errors [main] Fix: Adding new tag creates a 'ghost' tag Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding a new tag to a card has unexpected behaviour

1 participant