feat(NcSelect): Allow to filter users by email notation#4653
Conversation
ce93f06 to
fcf5aeb
Compare
@raimund-schluessler Ah yes there was an issue if there is no vokoscreenNG-2023-10-15_23-34-50.mp4 |
raimund-schluessler
left a comment
There was a problem hiding this comment.
Works now as expected (in the docs).
Pytal
left a comment
There was a problem hiding this comment.
Is it possible to have the matching chars bolded like when typing an email without angle brackets?
Yes but need to adjust |
fcf5aeb to
f28493b
Compare
|
@Pytal done vokoscreenNG-2023-10-17_12-31-29.mp4 |
Allows to filter by the email notation like `Jane <[email protected]>` Signed-off-by: Ferdinand Thiessen <[email protected]>
f28493b to
a50aa5f
Compare
While this works, I feel like this duplicates the regex/match part. Couldn't we just set So, when typing |
Yes but when typing |
Ah, yes, I see. Valid point. |
…il notation Like `J. Doe <[email protected]>` Signed-off-by: Ferdinand Thiessen <[email protected]>
a50aa5f to
468fbed
Compare
|
@Pytal Any chance to get this backported to v7? |

☑️ Resolves
Allows to filter by the email notation like
Jane <[email protected]>🏁 Checklist