Skip to content

Default value(s) #17

Open
Open
@brunobord

Description

@brunobord

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions