Open
Description
Integrator should be able to provide a list of values to be proposed in the field values when the field is displayed. These are "non-selected" values, and ready-to-be-used without having to trigger an autocomplete query. Ex:
<select data-url="/somewhere/" data-query-size="3" name="friend_with">
<option value="me">Me</option>
<option value="everyone">Everyone</option>
</select>
Questions:
If the field has already a value:
- are these default values retrieved and sent to the client, along with the selected value(s)?
- if by default they're not sending these values, do we provide a custom flag to allow them to be sent anyway?