Directive to auto save input field
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Use the :focus-within pseudo-selector in CSS
ESLint plugin for react-hook-form
A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.
General utilities for plugins to use
The ajv-8 based validator for @rjsf/core
Form builder plugin for Payload CMS
Allow parsing of jsx
Allow parsing of TypeScript syntax
Minimizer plugin for webpack
This plugin transforms ES2015 modules to CommonJS
Compile ESNext Regular Expressions to ES5
This plugin transforms ES2015 modules to UMD
Compile class public and private fields, private methods and decorators to ES6
Allow parsing of the module attributes in the import statement
Client-side form validation made easy
Allow parsing of the logical assignment operators
Compile ES2015 classes to ES5
Compile regular expressions using named groups to ES5.
Allow parsing of class properties
Compile ES2015 spread to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
A jQuery Plugin that monitors forms for change to prevent users from losing data when editing forms.
Form generation for Rails models based on original scaffolding with some minor tweaks. Need to whip up a form quickly? Use this. Or use Formtastic which works better because it has better form helpers than Rails does. Scaffolding, out of the box, is really not a good idea. You'll generate a bunch of stuff you might not use, and some of it isn't really production-worthy. However, when you stop using it, you notice that there's one part that saves you some serious time, and that's the form creation. This plugin takes code from Rails' legacy scaffold generator and makes it available again, but this time it only builds the new and edit forms.