refactor(modal): use framework delegate for mounting the user's component

This commit is contained in:
Dan Bucholtz
2017-12-14 00:10:52 -06:00
parent c30337bf8c
commit ec33d4e725
35 changed files with 546 additions and 148 deletions

View File

@@ -19,7 +19,6 @@ export class PickerController {
// give this picker a unique id
picker.pickerId = `picker-${id}`;
picker.style.zIndex = (20000 + id).toString();
// convert the passed in picker options into props
// that get passed down into the new picker