#### md-input maxlength property is not working with type=number #### Expected to get mobile number from user with 10 digits with the code `<md-input type="number" maxlength=10 #mobile />` #### the limit is not taking into consideration and charactercount and invalid also not working as expected... ####using windows7, angular2 (latest), material2(latest)