Hi! I’m using a List component in Appsmith. Inside each list item, I have a Container that holds an Input and a Select. The Select has multiple options like “Email,” “Retailer,” and “Joined At.”
What I want to achieve is:
When the user selects "Joined At", I want to show a DatePicker instead of the Input inside the same list item.
How can I conditionally render the Input or DatePicker based on the selected option inside each list item?