From a04b577f1d8353caafe905ef8cdf587b6b3cea40 Mon Sep 17 00:00:00 2001 From: Hayden Braxton Date: Sun, 30 Apr 2017 20:34:38 -0400 Subject: [PATCH] feat(select): close select programatically * implement ability to close select programmatically * refactor(select): made changes based on PR feedback, namely assigning overlay to the overlay property at then end of the open function, applying DeMorgan's Law to a condition, and returning the overlay dismiss promise from the close function * refactor(select): made additional changes to closing select component programmatically to resolve issue 11318 --- src/components/select/select.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/select/select.ts b/src/components/select/select.ts index 61eb75f439..2ae817ca9e 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -151,6 +151,7 @@ export class Select extends BaseInput implements OnDestroy { _multi: boolean = false; _options: QueryList