comerc / meteor-autoform-typeahead

Custom "typeahead" input type for AutoForm
MIT License
13 stars 11 forks source link

the attr of typeaheadDatasets "limit" no works all suggestion come out #15

Open JTL1992 opened 8 years ago

JTL1992 commented 8 years ago

autoform: { type: "typeahead", afFieldInput: { typeaheadOptions: { minLength : 1, highlight : true }, typeaheadDatasets: { limit : 10 } } } the attr limit no works

comerc commented 8 years ago

why? :)

JTL1992 commented 8 years ago

i don't know, is there an error?