meteor-autoform Questions
3
Solved
I'm using Meteor with AutoForm & Iron Router.
I have an autoform for inserting a data, and I want to redirect to the page of the data I added after a successful insert. How should I do it?
He...
Continuo asked 27/4, 2015 at 18:54
3
Solved
I am trying to override the button click event for autoform-remove-item button as shown below, as I am trying to show a warning message ( before ) the user can remove any item in the Autoform array...
Burseraceous asked 27/6, 2015 at 11:53
3
It seems that the "Meteor.loginWithPassword" function does not work when called in a method.
I want to create my login form with autoforms and so I created a callback method which get called after...
Bullyboy asked 26/1, 2015 at 20:12
2
Solved
I'm using autoform on my meteor project and am using an afArrayField for my dimensions field in my NewStack form.
It currently looks like this.
And here's how it's being rendered:
NewStack.htm...
Indonesia asked 9/9, 2016 at 3:4
2
Solved
In my Stacks schema i have a dimensions property defined as such:
dimensions: {
type: [String],
autoform: {
options: function() {
return Dimensions.find().map(function(d) {
return { label: d....
Wicks asked 6/8, 2016 at 17:39
2
Solved
Meteor collection not being created automatically on start and autoform doesn't post to mongo db
I am new to meteor and mongo db. I am making an application using [email protected]. I am making a file named '/imports/api/collections/recipe.js'. Here I am creating a collection and importin...
Ureide asked 28/6, 2016 at 18:43
1
Pull working example from github, dateExample.
I've asked this question before however the suggestion didn't work so I've created a small working example. If someone can point me in the right dire...
Tenure asked 23/3, 2016 at 23:55
2
What is the best approach to dynamically show fields of a sub-schema (Object) depending on another field?
In the following example a document (Schemas.Main) can include several items defined in Sch...
Dockage asked 11/3, 2015 at 17:24
1
There's a Meteor wrapper for the bootstrap datetimepicker. In the bootstrap docs, you can specify selecting time only (#datetimepicker3). I want to do this in Meteor. I've tried using
{{> afQ...
Got asked 6/11, 2015 at 23:42
2
I have
Template.templateName.onCreated(function() {
this.variableName = new ReactiveVar;
this.variableName.set(true);
});
and in templateName I have an autoform. I need to set the reactive va...
Servia asked 16/7, 2015 at 10:47
1
Solved
I have the following SimpleSchema where I am trying to add custom validation to validate against entering duplicate customer name, yet whenever I try to save a new customer I get error:
Exceptio...
Affinitive asked 3/9, 2015 at 16:17
1
How can I make a table with input fields in Meteor. I've used the example from http://autoform.meteor.com/update-each but they only use 1 input field.
The functionality works with this code:
<...
Excrescence asked 15/12, 2014 at 10:11
2
Solved
I've been trawling SO questions for an answer to something that should be very simple but for the life of me I cannot figure it out.
Basically I have a meteor-autoform with two select controls:
&...
Passmore asked 23/2, 2015 at 22:54
1
I am building part of an admin system in Meteor that lets admins add/edit other admins. I am using Meteor Accounts and Autoform, but I can't figure out how to handle it so the users are validated w...
Guileful asked 15/1, 2015 at 3:23
1
I've been using Collection2 and Autoform on my Meteor project, made things a lot easier!
However, when I remove insecure, it no longer inserts (Autoform submit button). I expected this!
However, ...
Glaswegian asked 3/12, 2014 at 21:7
1
© 2022 - 2024 — McMap. All rights reserved.