zachfitz / Ionic-Material

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

item-stacked-label and input type="search" missing bottom line, disabled items not showing floating label. #213

Closed pepepaco closed 7 years ago

pepepaco commented 7 years ago

stacked labels and search input are missing the bottom line, Is easy to fix but I wonder why is not included by default, since floating label includes it.

also disabled or readonly inputs should show the floating label by default, if they have a default value, otherwise we would need two controls, one for input and other to show disabled data when working with forms. thank you.

pepepaco commented 7 years ago

one workaround is to add is-dirty to the input class. Ill close the issue.