Components Inputs Input Search

Input Search

Overview API Examples Style Tokens

LmnSearchDirective

import { LmnSearchDirective } from '@elemental/ui';

Use lmn-input-text[lmnSearch] or lmn-input-autocomplete[lmnSearch] selector to use this component as a search input.

Properties

NameTypeDescription
changeScope
r
OutputEmitterRef<string | number>
defaultSearchScope
r
InputSignal<string | undefined>
nativeElement
r
HTMLElement
negative
r
InputSignalWithTransform<boolean, unknown>
searchButton
r
Signal<LmnButtonComponent | undefined>
searchScopes
r
InputSignal<LmnSearchScope[]>
searchScopesButton
r
Signal<LmnButtonComponent | undefined>
searchTerm
r
OutputEmitterRef<string>

LmnSearchActionDirective

import { LmnSearchActionDirective } from '@elemental/ui';
Decorators:@Directive
Selectors:button[lmnSearchAction]

Properties

NameTypeDescription
nativeElement
r
HTMLElement

LmnSearchScopesActionDirective

import { LmnSearchScopesActionDirective } from '@elemental/ui';
Decorators:@Directive
Selectors:button[lmnSearchScopesAction]

LmnInputLabelComponent

import { LmnInputLabelComponent } from '@elemental/ui';

Properties

NameTypeDescription
nativeElement
r
HTMLElement

LmnInputHintComponent

import { LmnInputHintComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-hint [lmnInputHint]

Properties

NameTypeDescription
nativeElement
r
HTMLElement

LmnInputErrorComponent

import { LmnInputErrorComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-error

Properties

NameTypeDescription
nativeElement
r
HTMLElement
templateRef
r
Signal<TemplateRef<unknown>>

LmnInputAlertComponent

import { LmnInputAlertComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-alert

Properties

NameTypeDescription
nativeElement
r
HTMLElement
templateRef
r
Signal<TemplateRef<unknown>>