Autocomplete api

Overview
API
Theme
Examples

NbAutocompleteDirective

Inputs

NameTypeDescription
overlayOffsetnumber

Determines options overlay offset (in pixels).

scrollStrategyNbScrollStrategies

Determines options overlay scroll strategy.

nbAutocompleteNbAutocompleteComponent

Provides autocomplete component.

focusInputOnValueChangeboolean

Determines if the input will be focused when the control value is changed

Properties

NameTypeDescription
_autocompleteNbAutocompleteComponent<T>

NbAutocompleteComponent instance passed via input.

isClosedboolean

Determines is autocomplete overlay closed.

isOpenboolean

Determines is autocomplete overlay opened.

NbAutocompleteComponent

Inputs

NameTypeDescription
activeFirstboolean

Flag passed as input to always make first option active.

handleDisplayFn

Function passed as input to process each string option value before render.

optionsListClass

Specifies class to be set on nb-options container (nb-option-list)

optionsPanelClass

Specifies class for the overlay panel with options

sizeNbComponentSize

Autocomplete size, available sizes: tiny, small, medium (default), large, giant

Outputs

NameTypeDescription
selectedChangeEventEmitter<T>

Will be emitted when selected value changes.

Properties

NameTypeDescription
hostRefElementRef

HTML input reference to which autocomplete connected.

idstring

Component scoped id for aria attributes.

optionsQueryList<NbOptionComponent>

List of NbOptionComponent's components passed as content.

portalNbPortalDirective

NbOptionList with options content.

hostWidthnumber

Returns width of the input.

Methods

NameDescription
emitSelected()
parameters: selected:
returns:void

Propagate selected value.

setHost()
parameters: hostRef: ElementRef
returns:void

Autocomplete knows nothing about host html input element. So, attach method set input hostRef for styling.

NbOptionGroupComponent

Methods

NameDescription
asyncUpdateOptionsDisabledState()
returns:void

Updates options disabled state after promise resolution. This way change detection will be triggered after options state updated. Use this method when updating options during change detection run (e.g. QueryList.changes, lifecycle hooks).

updateOptionsDisabledState()
returns:void

Sets disabled state for each option to current group disabled state.

Select
Previous page
Datepicker
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.