Sama UI Library
    Preparing search index...

    Class SamaChipsInputHarness

    Hierarchy

    • ComponentHarness
      • SamaChipsInputHarness
    Index

    Constructors

    • Parameters

      • locatorFactory: LocatorFactory

      Returns SamaChipsInputHarness

    Properties

    hostSelector: string = 'sama-chips-input'

    Methods

    • Parameters

      • options: { fixture: ComponentFixture<any>; fromIndex: number; toIndex: number }

      Returns void

    • Sets the chips input value to the specified text but the chip is not added. To add the chip send the ENTER key to the input or use the addChip method instead

      Parameters

      • text: string

      Returns Promise<void>