indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

does this support maxlength #59

Open dezudas opened 9 years ago

dezudas commented 9 years ago

there is no effect when I insert maxlength attribute in the input field.

jackmatt2 commented 9 years ago

@dezudas you can use Ember.Validations instead. Maxlength is not in the attributeBindings, that is why it does not work.

dezudas commented 9 years ago

is there plan to include it in upcoming release.