* @property {string} labels.cannot-be-loaded cannot be loaded
* @property {string} labels.cannot-be-loaded cannot be loaded
* @property {string} labels.no-options-available no options available
* @property {string} labels.no-options-available no options available
* @property {string} labels.select-an-option select an option
* @property {string} labels.select-an-option select an option
* @property {string} labels.no-option no option in the list, maybe you have to change the filter
* @property {string} labels.no-option no option in the list, maybe you have to change the filter
* @property {Object} features List with features
* @property {Object} features List with features
* @property {Boolean} features.clearAll=true Display of a delete button to delete the entire selection
* @property {Boolean} features.clearAll Display of a delete button to delete the entire selection
* @property {Boolean} features.clear=true Display of a delete key for deleting the specific selection
* @property {Boolean} features.clear Display of a delete key for deleting the specific selection
* @property {Boolean} features.lazyLoad=false Load options when first opening the dropdown. (Hint; lazylLoad is not supported with remote filter)
* @property {Boolean} features.lazyLoad Load options when first opening the dropdown. (Hint; lazylLoad is not supported with remote filter)
* @property {Boolean} features.closeOnSelect=false Close the dropdown when an option is selected (since 3.54.0)
* @property {Boolean} features.closeOnSelect Close the dropdown when an option is selected (since 3.54.0)
* @property {Boolean} features.emptyValueIfNoOptions=false If no options are available, the selection is set to an empty array
* @property {Boolean} features.emptyValueIfNoOptions If no options are available, the selection is set to an empty array
* @property {Boolean} features.storeFetchedData=false Store fetched data in the object
* @property {Boolean} features.storeFetchedData Store fetched data in the object
* @property {Boolean} features.useStrictValueComparison=true Use strict value comparison for the selection
* @property {Boolean} features.useStrictValueComparison Use strict value comparison for the selection
* @property {string} filter.defaultValue=null Default filter value, if the filter is empty, if the default value is null, then no request is made
* @property {string} filter.defaultValue Default filter value, if the filter is empty, if the default value is null, then no request is made
* @property {Boolean} filter.mode=options Filter mode, values: options, remote, disabled (Hint; lazylLoad is not supported with remote filter, if you use remote filter, the lazyLoad is disabled)
* @property {Boolean} filter.mode Filter mode, values: options, remote, disabled (Hint; lazylLoad is not supported with remote filter, if you use remote filter, the lazyLoad is disabled)