Disabled elements are not supported as of writing unfortunately
Hi
Element form is like html.
i guess this would work
<select disabled></select>
but i have not tested it :)
Hi Team,
The very first attached image in this documentation (https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/symphony-elements-1/dropdown-menu) shows that a dropdown can be made read-only or disabled but deeper in the documentation it is not explained how to achieve this.
The requirement of the Interactive bot project we're making is such that we need to present an Interactive Element Form to a user with a dropdown having a pre-selected value but the user is not allowed to change that value meaning the dropdown is read-only and disabled to be interacted with.
Thanks.
Disabled elements are not supported as of writing unfortunately
Hi
Element form is like html.
i guess this would work
<select disabled></select>
but i have not tested it :)