Field editor options


Table of contents




Single or multi values

Next to the editor type, you can choose if you want your users to select only one or multiple values in your field.

  • The user can select only one value: Only a single value could be selected by the user, it is the default value.
    If the Readonly editor is selected, only the first result will be displayed
  • The user can select multiple values: The user can select several data.
    If the Readonly editor is selected, all results (with a limit of "Max suggestions") will be displayed.



No duplicates

Available in: 

  • All views for all live editors except for the Readonly editor in single select mode.


This option should be used when a datasource returns duplicates and there is no way to filter them with the query (i.e.: when getting sub elements from a JSON file)

(warning) If enabled may cause potential performance issues on large datasets.
You should avoid using this option if you can filter results with the query (using DISTINCT in SQL for example).



Sort

Available in: 

  • Editor:
    • Autocomplete
  • Views:
    • Edit
    • Search

Some datasources do not allow you to sort the values when you query them (LDAP, REST API). If this is your case, use this option to see the  values of your field alphabetically sorted.

(warning) If enabled may cause potential performance issues on large datasets
You should avoid using this option if you can sort results with the query (using ORDER BY in SQL for example).


Min characters

Available in: 

  • Edit view for autocomplete editor
  • Search view

This option is quite handy if you want to limit the round trips between the browser and the server.
When set to n, the field will be fed with values only if the users typed at least characters in the Elements Connect autocomplete field.



Max suggestions

Available in: 

  • Edit view for the editors:
    • Autocomplete
    • Select list
    • Read only
  • Display view
  • Search view

Like the Min characters option, this option should be used to to limit the round trips between the browser and the server.
When set to n, the server will retrieve a maximum of results from the server. 
If the user do not find the required value among the result, he will have to refine the query by typing more characters.

(warning) A high value, might lead to performance issues when editing the field value



'No result' label

Available in: 

  • Edit view for all editors
  • Search view

Override the default text message displayed when no values are available for the field.
You can use HTML tags in this field (tip: the Atlassian User Interface library provides nice layouts)



Automatic selection

Available in: 

  • Edit view for the editors:
    • Autocomplete
    • Select list
    • Table

This option useful if you wish to auto-select option(s) when an empty field is edited.

  • No automatic selection: (default) field will be empty when it is edited
  • Select result if unique: If the query fetches only one value, it will be automatically selected.
  • Select all results: All the data returned by the query will be selected.
    This option is available only if editor is set to "The user can select multiple values"



Column size

Available in Edit view for select list editor

This option should be used to override the default 200px width of a select list display. 
You can specify the new column size value in either px or %.



'Please select' label

Available in Edit view for select list editor

This option should be used to override the default 'Please select' message displayed in the editor.