From 50f417a7e2e86bf07199ff488725195efd71dd60 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Sat, 4 Aug 2018 06:05:44 -0700 Subject: [PATCH] Fix dropdown in new login form (#1538) --- src/entrypoints/authorize.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/entrypoints/authorize.js b/src/entrypoints/authorize.js index 7185c19898..9427983493 100644 --- a/src/entrypoints/authorize.js +++ b/src/entrypoints/authorize.js @@ -5,11 +5,15 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js'; import { PolymerElement } from '@polymer/polymer/polymer-element.js'; import '../components/ha-iconset-svg.js'; +import '../resources/ha-style.js'; import '../resources/roboto.js'; import '../auth/ha-auth-flow.js'; import '../auth/ha-pick-auth-provider.js'; +/* polyfill for paper-dropdown */ +import(/* webpackChunkName: "polyfill-web-animations-next" */ 'web-animations-js/web-animations-next-lite.min.js'); + class HaAuthorize extends PolymerElement { static get template() { return html`