Skip to main content

Output Decorators

Output decorators

OutputRequiredDescription
emitSelectedValueYesEmits the selected dropdown value.
emitApiLoadEventNoTo load next set of dropdownData using API or any other external means. Emits event when end of scroll is reached.triggerApiLoadEvent needs to be set to true to emit this event.
emitAutoCompleteOpenEventNoEmits event when dropdown is opened or displayed. triggerAutoCompleteOpenEvent needs to be set to true to emit this event.
emitClearSelectedEventNoEmits event when selected value is cleared. triggerClearSelectionEvent needs to be set to true to emit this event.
emitBlurEventNoEmits event during focus out. triggerBlurEvent needs to be set to true to emit this event.