Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When a fieldI has type "Number", automplete does not work #6

Open
jc2 opened this issue Jul 21, 2016 · 0 comments
Open

When a fieldI has type "Number", automplete does not work #6

jc2 opened this issue Jul 21, 2016 · 0 comments

Comments

@jc2
Copy link

jc2 commented Jul 21, 2016

I have a field in the schema like this:

RUTNumber: { type: Number, label: "R.U.T Number", unique: true, autoform: { afFieldInput: { type: 'autocomplete-input', settings: function() { return { position: "top", limit: 5, rules: [{ token: '', collection: Contractors, field: "RUTNumber", template: Template.contractorPill }] }; } } } },

But the autocomplete does not work, im not sure if the problem is this package or mizzao's.
When the fields type is String, it works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant