 If you have an input that is required and you fill something in then delete it the label will stay floating no matter what you do. Example markup ``` <md-input-container flex> <label>Zip Code</label> <input ng-model="Address.Zipcode" required> </md-input-container> ``` Version: `0.7.0-rc3`
If you have an input that is required and you fill something in then delete it the label will stay floating no matter what you do.
Example markup
Version:
0.7.0-rc3