nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

NcSelect: User select - no Email addresses possible

Open dartcafe opened this issue 1 year ago • 1 comments

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 grafik grafik
Polls example grafik grafik

dartcafe avatar Feb 22 '24 22:02 dartcafe

OK. I got further with it, since it seems description is now subName. But still the filter is broken.

Prior the property description was used as a description line and coverd by the filter (as far as I remember). Not sure, if the change was introduced here or prior to this. Currently neither the description nor the subName is displayed any more which was useful, if the search term does not match the displayName, but another property of the user.

This was a valuable feedback to the user. But now it seems not only be missing, it avoids correct filtering.

Not sure, if my conclusions are right. Please correct me.

dartcafe avatar Feb 24 '24 11:02 dartcafe