meteor-autoform
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.
- The `AutoForm` Object should be exported as named export - The global vairables should be placed as package-wide globals - There should be a module that is only used...
When having multiple forms on one page then changing a select input will not find the correct parent form but the next `input` field (if any is placed before the...
The package [aldeed:simple-schema](https://github.com/Meteor-Community-Packages/meteor-simple-schema) also [depends](https://github.com/Meteor-Community-Packages/meteor-simple-schema/blob/migrate/3.0/package.js) on `mongo-object`. `AutoForm` is used in conjunction with SimplSchema more often than not. So both packages end up including the same dependency twice in the...
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...
**Describe the bug** With AutoForm 8.0.0-rc.4, meteor 3.0.2 For each field representing an added inputType, a warning is appearing in the console **AutoForm: no theme found, please consult the README.**...
Tempus Dominus datetime picker is a very complete package, with extensive localization support. We have created a custom type for AutoForm to support his. Public repo can be found here...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) to 3.0.9 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `tar-fs` from 2.1.1 to 3.0.9 Commits 2ceedf4 3.0.9 647447b check windows tweak (#115)...
Switching from an earlier version 6.x to 7.x it seems like I have some templates that have a parent +autoForm in them with a specific simple schema associated. Then a...
Hi team. I recently upgraded the meteor version of my application from 2.16 to 3.x but found that the aldeed:autoform version was downgraded to 0.16.0 after the meteor upgrade which...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.4 to 7.26.10. Release notes Sourced from @babel/runtime's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...