nextcloud-libraries / nextcloud-libraries/nextcloud-vue
NcSelect: User select - no Email addresses possible
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
Currently (v8.7.0) it is no more possible to select email addresses as shareees using NcSelect
Ref: https://github.com/nextcloud/polls/issues/3335
Additionally the description line of the user object also vanished, which hides the actual filter match, if the search tern is found in another attribute than the name.
See https://github.com/nextcloud-libraries/nextcloud-vue/issues/4491 as camparism, where the selection was possible and the desciption line was still present.
If I take a quick screenshot, I can see the options list with the correct item:
| x | user @ foo.com | peter @ foo.com |
|---|---|---|
| netlify | ||
| Polls example |
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 NcSelect component and compare its current user-selection behavior with the behavior described in nextcloud-vue issue 4491. Verify that email addresses can be selected and that the user description line remains visible when the search term matches another attribute; use the linked polls issue as a reproduction context.
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