Hi All,
I found placeholder in picker component defined as "Text to display in the field when it is empty. Does not show if the field is read only." Ref: https://docs.appian.com/suite/help/25.2/Custom_Picker_Component.html
However dropdown component it is "Text to display when nothing is selected and the value is null." Ref: https://docs.appian.com/suite/help/25.2/Dropdown_Component.html
So when the picker field been disabled or in readonly, it will show blank, how ever in the same page, disabled dropdown field can show the placeholder words.
Is there a way we can show the placeholder in disabled placeholder words in picker field or anyone knows why dropdown allows to show placeholder when its readonly.
Discussion posts and replies are publicly visible
Yes, that is indeed the expected behavior. The placeholder in the Picker component does not display when the field is read-only or disabled, while in the Dropdown component it does.
placeholder
Until Appian changes this behavior, the only workaround I can think of is to display a TextField with the placeholder text when the Picker is in a read-only or disabled state. This way, you can still show some visual guidance to users.
I highly recommend to not use a picker or dropdown in a readonly mode. I typically use a normal text field to display the value.