Dropdown Field API
This document contains the Dropdown field API format, attributes, and option value rules.
Dropdown field example
<field
type="dropdown"
name="country"
placeholder="Select country"
roleId="fd8cb669-db1d-41e1-8f6c-2ad3f8fa981a"
optional="false"
search="true"
>
<option>USA</option>
<option>Germany</option>
<option>Japan</option>
</field>Required attributes
Optional attributes
Option rules
Related topics
Last updated
Was this helpful?
