DAE Change Profile dialog not working

The Change Profile dialog in the DAE is not working right.

For both InputMultiCombo and InputSelectCombo the ‘options’ do not render correctly. All we see is a small grey rectangle with an X (Remove button) to the right. But the values are missing. We get the correct count of entries, but the values are not rendered.

For the data assigned to the options we have tried using (as per the documentation) simple string arrays, and also object arrays with this structure: [{value: “”, label: “”}], neither of them worked

Hi @anton.venter

Welcome to the Auth0 Community!

I understand that the option labels of the Delegated Administration ExtensionChange Profile are rendering as empty grey rectangles despite the correct item count being recognized.

The usual culprit in such cases would be a formatting mismatch between how user_metadata is stored on the user record and how the options and fields are structured. We have identified a Support case that you opened on this matter ( thank you for contacting our Support team! ) and will continue monitoring it’s progress. Once the issue is fully resolved, we will also update this thread to maintain visibility in case others encounter the same behaviour.

Thank you for reaching out to us!

Best regards,
Gerald

Thanks for your response, I checked the situation again this morning and it somehow managed to ‘fix itself’ :smiley: After no further changes were made to the data and the formatting on the settings query hook, it just started working again. I can now see the text in the InputMultiCombo and InputSelectCombo and the drop-down values also appear to be working. Thanks!

Also, is it possible to check if there is some limit to the amount of records that can be held in the drop-down select list of the InputMultiCombo and InputSelectCombo controls? What if someone has more-or-less 5k entries in that options list, would that work? Asking since we might have an issue with that now.