Bookmarks tagged [forms]
https://ultimatecourses.com/blog/angular-2-form-controls-patch-value-set-value
Setting model values in Angular (v2+) can be done in a few different ways, however with reactive forms things are extremely easy to do with the new form APIs. In this post we’ll dig a little deeper as...
- tags: angular, forms
- source code
https://alligator.io/angular/reactive-forms-formarray-dynamic-fields/
So you have a form and would like to add form fields dynamically from a response to a user event? It’s easy to do with Reactive Forms and FormArray. FormArray is a bit like FormGroup and it’s used in ...
https://coryrylan.com/blog/using-angular-forms-with-async-data
Most single page apps deal with asynchronous API calls in conjunction with user input in some way. Often it’s not clear how or what the best practices are when dealing with async data and forms togeth...
- 📆 published on: 2018-01-28
- tags: angular, forms, async
- source code
https://medium.com/angular-in-depth/reducing-the-forms-boilerplate-make-your-angular-forms-reusable-...
Reduce the forms boilerplate by creating reusable custom forms controls with the ControlValueAccessor interface. Learn how to create reusable forms, subforms and how to leverage the DI to make everyth...
- 📆 published on: 2019-07-06
- tags: angular, forms
- source code
https://www.nngroup.com/articles/required-fields/
Using an asterisk to mark required fields is an easy way to improve the usability of your forms. Only marking optional fields makes it difficult for people to fill out the form.
- 📆 published on: 2019-06-16
- tags: user-experience, user-interface, forms
http://facebook.github.io/react/docs/forms.html
https://github.com/jquense/react-formal
Sophisticated HTML form management for React. Contribute to jquense/react-formal development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/prometheusresearch/react-forms
Forms library for React. Contribute to prometheusresearch/react-forms development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/Volicon/valuelink
Callback-free React forms with painless validation. - VoliJS/NestedLink
- tags: reactjs, forms
- source code
https://github.com/wingspan/wingspan-forms
A dynamic form library for Facebook React, providing abstractions for building dynamic forms and controlled grids. Widgets provided by Telerik's KendoUI. - wingspan/wingspan-forms
- tags: reactjs, forms
- source code
https://github.com/insin/newforms
Isomorphic form-handling for React. Contribute to insin/newforms development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/zackify/formjs
A form generator for Reactjs "Alpachajs for React" Open the inspector on the demo page: - zackify/formjs
- tags: reactjs, forms
- source code
https://github.com/quri/react-form-builder
A Form Builder for React.js (deprecated). Contribute to quri/react-form-builder development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/AppliedMathematicsANU/plexus-form
A dynamic form component for react using JSON-Schema. - AppliedMathematicsANU/plexus-form
- tags: reactjs, forms
- source code
https://github.com/gcanti/tcomb-form
Forms library for react. Contribute to gcanti/tcomb-form development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/christianalfoni/formsy-react
A form input builder and validator for React JS. Contribute to christianalfoni/formsy-react development by creating an account on GitHub.
- tags: reactjs, forms
- source code
http://jamesknelson.com/learn-raw-react-ridiculously-simple-forms/
https://github.com/andrewhathaway/Winterfell
Generate complex, validated and extendable JSON-based forms in React. - andrewhathaway/Winterfell
- tags: reactjs, forms
- source code
https://github.com/redux-autoform/redux-autoform
Create Redux-Forms dynamically out of metadata. Contribute to redux-autoform/redux-autoform development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/vazco/uniforms
Bunch of React components and helpers to easily generate and validate forms. - vazco/uniforms
- tags: reactjs, forms
- source code
https://github.com/jaredpalmer/formik
Build forms in React, without the tears 😭 . Contribute to jaredpalmer/formik development by creating an account on GitHub.
- tags: reactjs, forms
- source code
https://github.com/zero-plus-x/neoform
✅ React form state management and validation - zero-plus-x/neoform
- tags: reactjs, forms
- source code
https://github.com/mozilla-services/react-jsonschema-form
A React component for building Web forms from JSON Schema. - mozilla-services/react-jsonschema-form
- tags: reactjs, forms
- source code
https://github.com/JamesWatling/react-native-list-view-select
List View Select is a designed to behave like a traditional <select>
element in traditional HTML but with native components. - JamesWatling/react-native-list-view-select
- tags: reactjs, forms
- source code
https://github.com/final-form/react-final-form
🏁 High performance subscription-based form state management for React - final-form/react-final-form
- tags: reactjs, forms
- source code
https://github.com/indix/formland
A simple, super-flexible, extensible config based form generator for React. - indix/formland
- tags: reactjs, forms
- source code
https://github.com/bietkul/react-reactive-form
Angular like reactive forms in React. Contribute to bietkul/react-reactive-form development by creating an account on GitHub.
- tags: reactjs, forms
- source code
unform - ReactJS form library to create uncontrolled form structures with nested fields, validations and much more!
https://github.com/Rocketseat/unform
ReactJS form library to create uncontrolled form structures with nested fields, validations and much more! - Rocketseat/unform
- tags: reactjs, forms
- source code
https://github.com/robfig/bind
Bind form data to any Go values.
- tags: go, forms
- source code
https://github.com/mholt/binding
Binds form and JSON data from net/http Request to struct.
- tags: go, forms
- source code
https://github.com/leebenson/conform
Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.
- tags: go, forms
- source code
https://github.com/go-playground/form
Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
- tags: go, forms
- source code
https://github.com/monoculum/formam
decode form's values into a struct.
- tags: go, forms
- source code
https://github.com/albrow/forms
Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.
- tags: go, forms
- source code
https://github.com/gorilla/csrf
CSRF protection for Go web applications & services.
- tags: go, forms
- source code
https://github.com/justinas/nosurf
CSRF protection middleware for Go.
- tags: go, forms
- source code
https://github.com/Pylons/deform
Python HTML form generation library influenced by the formish form generation library.
- tags: python, forms
- source code
https://github.com/dyve/django-bootstrap3
Bootstrap 3 integration with Django.
- tags: python, forms
- source code
https://github.com/zostera/django-bootstrap4
Bootstrap 4 integration with Django.
- tags: python, forms
- source code
https://github.com/django-crispy-forms/django-crispy-forms
A Django app which lets you create beautiful forms in a very elegant and DRY way.
- tags: python, forms
- source code
https://github.com/WiserTogether/django-remote-forms
A platform independent Django form serializer.
- tags: python, forms
- source code
https://github.com/wtforms/wtforms
A flexible forms validation and rendering library.
- tags: python, forms
- source code