Skip to main content
derekw0001
June 23, 2025
Question

Picker placeholder behavior different with dropdown

  • June 23, 2025
  • 2 replies
  • 0 views

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.

    2 replies

    albertoc033829
    June 23, 2025

    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.

    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.

    stefanhelzle0001
    June 23, 2025

    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.