This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.43.1
Bug Fixes
- select: Enhanced API issues (#1700) (cb3a695), closes #1699 #1698 #1695 #1694 #1686
- snackbar: Sync config with foundation (#1684) (e0e69f5)
- Fix IE11 demo page compatibility
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