-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-text-float type="number", bug on entering string data. #993
Comments
This seen at type="date" too. As i suppose it appear in all non ordinary On 19 December 2014 at 14:14, Sanjay Thomas Alanoly <
|
Related: #547. |
Also note if you use it with a form it will correctly tell you that it must be a number when you submit it. |
I don't think this issue can be closed, as I still experience this issue while using the new md-input-container. See here: http://jsfiddle.net/L4eto7up/ . I tried both on Chrome 39 and Firefox 34.0.5. |
Need to make it '!element.val().length && !ngModel.$isEmpty()' |
The text field md-text-float when set to type="number" renders wrongly when string data is entered and the focus changes as shown below :
However it works correctly when number data is entered.
The text was updated successfully, but these errors were encountered: