Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

v0.43.1

Compare
Choose a tag to compare
@trimox trimox released this 12 Jan 21:18
· 312 commits to master since this release

Bug Fixes

Features

New for MdcSelect

  • Adds reset(): void

New for MdcList

  • Adds @Input() disableRipple: boolean
  • Adds setSelectedValue(value: any): void
  • Adds getSelectedItem(): MdcListItem | undefined
  • Adds getListItemByValue(value: any): MdcListItem | undefined
  • Adds getListItemByIndex(index: number): MdcListItem | undefined
  • Adds getListItemIndexByValue(value: any): number
  • Adds reset(): void