nextcloud-libraries / nextcloud-libraries/nextcloud-vue
`NcSelectTags` dropdown has wrong width after selecting a tag
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
The dropdown of the NcSelectTags component has the wrong (initially correct) width after selecting a tag when the prop :multiple="true" is set.
To reproduce, open the docs at https://nextcloud-vue-components.netlify.app/#/Components/NcSelect?id=ncselecttags, go to "Multiple tag selector", and select a tag. After selecting a new tag, it looks like this:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the NcSelectTags component implementation and reproduce the issue from the linked NcSelect documentation page using the “Multiple tag selector” with multiple set to true. Trace how the dropdown width changes after selecting a tag; done means the dropdown keeps its correct initial width after selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100