Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello,
I have one 'break reasons' dropdown list. My requirement is to show 'Reason' label widget and respective textarea widget on dropdown item(item - 'other') selection and for dropdown items other than this I want to disable textarea. How to implement that?
Thanks.
Solved! Go to Solution.
You could use the Validator widget and the navigation widget with a popup panel mashup containing a label and a textarea.
In your validator you would set the expression to evaluate if the item "other" was selected in the list. If true, it would open the popup.
You could use the Validator widget and the navigation widget with a popup panel mashup containing a label and a textarea.
In your validator you would set the expression to evaluate if the item "other" was selected in the list. If true, it would open the popup.
You could use the Validator widget and the navigation widget with a popup panel mashup containing a label and a textarea.
In your validator you would set the expression to evaluate if the item "other" was selected in the list. If true, it would open the popup.