Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 707 Bytes

inlineChecker.component.md

File metadata and controls

21 lines (15 loc) · 707 Bytes

IDEAInlineCheckerComponent

Selector

idea-inline-checker

Inputs

  • data (Check[]) - The options to show.
  • label (string) - The label for the component.
  • labelPlacement (string) - The label placement.
  • placeholder (string) - The placeholder for the component.
  • lines (string) - The lines of the component.
  • color (string) - The color of the component.
  • disabled (boolean) - Whether the component is disabled.
  • reorder (boolean) - Whether the checklist is reorderable or not.
  • numMaxElementsInPreview (number) - How many elements to show in the preview before to generalize on the number.

Outputs

  • change (EventEmitter) - On change event.