comerc / meteor-autoform-typeahead

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

Please example, how to get data source from "server (metor method)"? #9

Open thearabbit opened 8 years ago

thearabbit commented 8 years ago

Please example, how to get data source from "server (metor method)"?

nspangler commented 8 years ago

@thearabbit did you ever figure out a way to do this?

Kostanos commented 8 years ago

joining request

thearabbit commented 8 years ago

Could you example.

// Server
Meteor.methods({
..........
})

// Schema
........

// Autoform
..........

Thanks for your helping.

nzwade commented 8 years ago

@thearabbit @Kostanos @nspangler See #11