How to create an Identity user custom property that allows selecting multiple values from a list? #18305
Unanswered
PabloClaus
asked this question in
Q&A
Replies: 1 comment
-
Hi,
No, the Module Entity Extensions system does not support this. you need to implement it yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I have this code in
ModuleExtensionConfigurator
class.This is rendered correctly in the UI as a list of items. So far, so good.
Is there a way to configure it so that, from the list, it allows selecting multiple items and saving them in the user's extra properties?
A user could have 1 to 15 items associated.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions