How to hide and show a container/div on change of drop down.

0
Hi All, I need to display data on change of dropdown value. Initially container or div is hide, when user will select some value from dropdown based on his selection i want to retrieve value and show into this container or div. In this container I have 4 field, i have to show data in respected field.   I want a solution like Ajax.
asked
2 answers
1

See DropDownDivConvertor

answered
1

Hi Amresh,

Is the dropdown an Enum? Then you could just use conditional visibility based on this enum, perhaps even an onChange microflow that changes/refreshes an object if thats needed.

If it is a reference selector, a similar solution applies: conditional visibility, onChange refresh, which triggers a DataSource microflow or something similar to do a new object retrieve, based on the changed situation.

answered