Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
How to make a dropdown disabled and read-only

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.

  
  
Posted 10 months ago
Votes Newest

Answers 3


Disabled elements are not supported as of writing unfortunately

  
  
Posted 7 months ago
Yong Sheng Tan
39 × 2 Administrator

Hi

Element form is like html.
i guess this would work
<select disabled></select>

but i have not tested it :)

  
  
Posted 9 months ago

Thanks for sharing

  
  
Posted 7 months ago