Closed niomate closed 5 years ago
The onOk method on MultiPickerMaterialDialog should really take { selectedItems: PickerItem[] } as an argument. You can see it by looking at the code examples.
onOk
MultiPickerMaterialDialog
{ selectedItems: PickerItem[] }
Fixed in v0.7.6
The
onOk
method onMultiPickerMaterialDialog
should really take{ selectedItems: PickerItem[] }
as an argument. You can see it by looking at the code examples.