meteor-autoform icon indicating copy to clipboard operation
meteor-autoform copied to clipboard

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.

Results 30 meteor-autoform issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using a (small) autoform , type normal with autosave=true and on-submit hook to perform action, consisting of only one input field with options, there is a 'memory'...

After recently up Meteor from 2.1.1 to 2.4 I have noticed an issue with my Autoform hooks. Noticeably only on the insert hooks, where only the before - insert hook...

confirmed bug

Problem - Autoform field defined with input type as 'select-radio' or 'select-radio-inline' works well while inserting but does not populate the value of the field in 'update' mode. If the...

confirmed bug

Bumps [ws](https://github.com/websockets/ws) from 7.4.0 to 7.5.7. Release notes Sourced from ws's releases. 7.5.7 Bug fixes Backported 6946f5fe to the 7.x release line (1f72e2e1). 7.5.6 Bug fixes Backported b8186dd1 to the...

dependencies

Demo link [http://autoform.meteorapp.com](http://autoform.meteorapp.com) seems dead : > 404 Not Found: No applications registered for host 'autoform.meteorapp.com'.

I cannot get autoForm to show any templates. But I also received no console or server errors. I created a completely clean application to test the problem, and the issue...

I am currently using autoform without the need for any of the momentjs related functionality. Hower, I know that a) some tests rely on some functionality that is really hard...

enhancement
discussion

- Added new inputTypes autocomplete directory - Added HTML for Autocomplete Template - Added JS for Autocomplete Template - Circular selection allows arrows to cycle tip to tail and vice...

Hello Guys, I have an array of objects 'schema' which all fields are '**options**', client has to select **emp_id** based on that **bus, dpt**, are automatically filter their values, the...

needs investigation

I have follow this guide but i have this error meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1059 Exception in template helper: Error: Products is not in the window scope if i remove quoted and insert in...

needs reproduction