zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

Number field(Input) did not working.. #149

Open go2hyder opened 8 years ago

go2hyder commented 8 years ago

I have added input type="number" inside ion-md-input tag.But it didn't work..

vineeth91 commented 8 years ago

I have also face the same issue. Is there any solutions for it.??

go2hyder commented 8 years ago

@vineeth91 ..Its just CSS issue.Removepadding:20px 10px from the class .item-md-label input in ionic.material.min.css..

vineeth91 commented 8 years ago

@go2hyder :thanks...:)