suggestionPickerField disabled when role is set to read-only

Hi,

I would like to know the reason,
why a suggestionPickerField is automatically disabled,
when the userrole is set to ‘read-only’.

From my understanding,
that pickerfield is only for searching and not writing …

Regards
Roland

Hi,

After you select one of the suggested values, it is set to a field, e.g. becomes the value of an entity attribute. If the corresponding entity attribute is restricted for editing the field is disabled too.

Regards,
Gleb

2 Likes

Hi,
I kept the dataContainer and property empty,
that works fine, even when the user has no write access…
Roland