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

Allow to have autocompletion Fields based on Data Lists #1846

Closed
Thomas-Gelf opened this issue Apr 29, 2019 · 1 comment
Closed

Allow to have autocompletion Fields based on Data Lists #1846

Thomas-Gelf opened this issue Apr 29, 2019 · 1 comment
Assignees
Milestone

Comments

@Thomas-Gelf
Copy link
Contributor

Expected Behavior

A Data Field based on list values should allow for custom values. Possible options:

  • show a select box, strict behavior as it used to be
  • strict about list entries, but show an autocomplete-based field
  • allow to choose from list values and to optionally opt for a custom string
  • same as above, but extend the list with this custom string
@Thomas-Gelf Thomas-Gelf added this to the 1.7.0 milestone Apr 29, 2019
@Thomas-Gelf Thomas-Gelf self-assigned this Apr 29, 2019
Thomas-Gelf added a commit that referenced this issue Apr 29, 2019
Available options:
* strict: select box
* suggest_strict: auto-completion, allow only list values
* suggest_optional: Allow for values not on the list
* suggest_extend: Extend the list with new values

refs #1846
@Thomas-Gelf
Copy link
Contributor Author

ref/NC/610695

Thomas-Gelf added a commit that referenced this issue May 6, 2019
Available options:
* strict: select box
* suggest_strict: auto-completion, allow only list values
* suggest_optional: Allow for values not on the list
* suggest_extend: Extend the list with new values

fixes #1846
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