Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value(s) #17

Open
brunobord opened this issue Sep 11, 2015 · 0 comments
Open

Default value(s) #17

brunobord opened this issue Sep 11, 2015 · 0 comments

Comments

@brunobord
Copy link
Contributor

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant