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

The latest v7 documentation still contains links that refer to the oudated Meteor-SimpleSchema repo. It should point to the [NPM version repo.](https://github.com/aldeed/simpl-schema)

documentation

## Problem In 2020 and beyond, `autocomplete` input fields are a common pattern for data-intensive form completion, but there is no native solution in the AutoForm boilerplate. Many of today's...

enhancement

elevatedevdesign:autoform-nouislider is no longer maintained. They also reference in their repo to [muqube:autoform-nouislider](https://github.com/muqube/meteor-autoform-nouislider) which is actively maintained and compatible with the latest autoform 6.0.0 (beginning with their package version 0.4.1)

Autoform relies on mongo-object internally but doesn't state it as an explicit NPM dependency because it's one of the sub dependencies of simple-schema which you get it by default when...

This is an ongoing PR. With every update this description will extend. Related migration for the themes: https://github.com/Meteor-Community-Packages/meteor-autoform-themes/pull/10

I have a big schema and has splitted the form in parts for easier fill in/overview. That means that I cannot use validateForm, but instead validate each field. I do...

**Problem** I have created a simple Meteor project and added a form. The problem is that validation errors are not showing after submitting. We are using: 1. `aldeed:autoform`, 2. `aldeed:collection2`,...

will accept pull request
discussion
dependencies

Currently we don't include coverage in the tests but it's not that hard to add it.

enhancement