ngbolt / ng-bolt

Front-end framework built on AngularJS for rapid development of responsive web applications.
https://ngbolt.github.io
Other
4 stars 2 forks source link

"Max length" attribute does not work on text areas #51

Closed mgramigna closed 7 years ago

mgramigna commented 7 years ago

In the docs for bltTextField, there is an attribute called "data-maxlength" that is supposed to limit the number of characters a user can enter in a text field. When data-type="textarea" on that text field, this property does not work. It also does not work on the "comments field" demo on the docs page.

theJuddson commented 7 years ago

Thanks, we've verified the issue in our current release branch. This has been fixed by some related work currently in a development branch and will be included in our v2.1.0 release sometime this week.

theJuddson commented 7 years ago

Fixed in v3.0.0