mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(select): update popover interface to match MD spec on desktop, allow multiple values in popover interface (#23474)
resolves #23657 resolves #15500 resolves #12310
This commit is contained in:
@ -760,7 +760,7 @@ export class Datetime implements ComponentInterface {
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
this.clearFocusVisible = startFocusVisible(this.el);
|
||||
this.clearFocusVisible = startFocusVisible(this.el).destroy;
|
||||
}
|
||||
|
||||
disconnectedCallback() {
|
||||
|
||||
Reference in New Issue
Block a user