Question
Selected value is not displaying in Dropdown
Hi All,
Our requirement is to append value "Other" in the dropdown to the source data page and on selection of "Other" we need to display a autocomplete field.
We are using a datapage as a source to dropdown field. In this datapage, we are appending a value "Other" to the pxResults using Response Data transform. In the Action set of dropdown, On change- we are refreshing the section. In the dropdown, when we select "Other", We are displaying a Autopopulate field conditionally.
Issue here is When we Select "Other", "Other" is not displaying in Dropdown but it is saving to clipboard correctly and autopopulate is diplaying correctly.. When we select any value apart from this, we are able to see it on screen.
Please help!
Thanks
Susheel
***Edited by Moderator Marissa to add SR Details***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hello Susheel,
From the given data, I understand that you are adding "Other" value to the DataPage some where in the source of the data page. I belive, here while adding "Other" something is missing.
Why I suspect this is, a dropdown is not able to display selected values means, it is not able to associate the value with respective display text in the property. To confirm the same, you can inspect the html code for the dropdown ( in chrome browser -> right click on the dropdown -> Inspect ). If you could not see the other element as shown below, then please revisit the logic to add the "Other" to the data page. Otherwise, let us know so that we can troubleshoot further
Please feel free to reply your thoughts if any.
Thank you,