We are using an editable grid, we have a requirement where we need to display a textbox when a particular value (Other) is selected from the multi dropdown list other wise it should not display textbox.
Please find the attached screenshot for requirement reference.
Discussion posts and replies are publicly visible
Use textField showWhen parameter. if the the dropdown value contains Other then show otherwise hide.
I tried the same way but i'm getting this error. please suggest me
its in grid so use readOnly instead of showWhen