formly-js / angular-formly-templates-material

Angular-Formly: Material Templates
MIT License
55 stars 39 forks source link

feat: allow specification of maxlength from textarea element #54

Open garyforsterio opened 7 years ago

garyforsterio commented 7 years ago

Hey,

Thanks for all the great work on this. I needed the md-maxlength attribute on the textarea type so went ahead and added it to the source file and also the unminified dist file.

I tried running npm run build but it seemed to add some additional changes which I hadn't made, so to be safe I thought it should just made this basic PR.

Cheers, Gary