angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
372 stars 123 forks source link

Material Input does not render properly on mobile device #361

Closed markrchristine closed 5 years ago

markrchristine commented 5 years ago

I've included a screenshot of my application. This is what happens when i focus a material input, the lower line moves up into the input area. I think this happening due to the responsive meta tag. This behavior does not happen when i view this app on a desktop. screenshot_20181206-175533

markrchristine commented 5 years ago

This was a flex-box issue. the material-input was shrinking causing this effect.