You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
did you import the styles into one of your css/sass files? I dumped mine at the top of my app.component.scss, when i had this issue, and all was good afterwards.
you would just add the following, @andream16 @import '~@angular-mdl/select/select';
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm reporting this issue since I'm using
mdl-select
and I can't understand why I get this layout:Closed
mdl-select
:Notice the misplaced dropdown image and the visible white line under it.
Opened
mdl-select
:No onhover effect and still misplaced icon.
HTML:
TS:
Imported
import { MdlSelectModule } from '@angular-mdl/select';
inside module where this component has been declared.package.json:
The text was updated successfully, but these errors were encountered: