LookupPickerField
lookupPickerField
is an extended version of LookupField
which supports selecting an instance from the drop-down list, displays it in a text field and invokes actions on pressing buttons on the right.
Specific properties:
- validator - a field value validator.
- captionProperty - the name of an entity attribute used to display options in the list.
- actions - actions invoked by buttons on the right.
- optionsDatasource - a datasource providing the list of options.
- filterMode - the value filtering mode.
- nullName - the identifier of an option choosing which is equivalent to setting the value to
null
.
See LookupPickerField for details.