All Projects β†’ matfish2 β†’ vue-form-2

matfish2 / vue-form-2

Licence: MIT license
Vue.js 2 Form Component

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-form-2

Forms
Tracking our progress moving all city paper and pdf forms online.
Stars: ✭ 14 (-76.67%)
Mutual labels:  form
designable
🧩 Make everything designable 🧩
Stars: ✭ 2,156 (+3493.33%)
Mutual labels:  form
dynamic-input-fields-reactjs
Example of the dynamic input fields in ReactJS
Stars: ✭ 31 (-48.33%)
Mutual labels:  form
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (-38.33%)
Mutual labels:  form
enketo-core
The engine that powers Enketo Tools - Use it to develop your own enketo-powered app.
Stars: ✭ 74 (+23.33%)
Mutual labels:  form
vue-elementui-freedomen
elementui εΊ”η”¨ηΊ§ζ‘†ζžΆ
Stars: ✭ 27 (-55%)
Mutual labels:  form
contact-officials
Form definitions powering Resistbot's electronic deliveries to elected officials in the United States.
Stars: ✭ 29 (-51.67%)
Mutual labels:  form
react-html-form
Friendly form library for React ✌️
Stars: ✭ 58 (-3.33%)
Mutual labels:  form
react-cool-form
😎 πŸ“‹ React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+310%)
Mutual labels:  form
TextFieldsTraversalController
A controller to manage the traversal of a collection of textfields.
Stars: ✭ 15 (-75%)
Mutual labels:  form
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+141.67%)
Mutual labels:  form
form
Flow Form Framework
Stars: ✭ 14 (-76.67%)
Mutual labels:  form
json-schema-js-gui-model
Handy gui model and associated translator that can be used to construct javascript UI forms from json-schemas
Stars: ✭ 19 (-68.33%)
Mutual labels:  form
formily
Simple, lightweight, and flexible schema-based form for Vue.js
Stars: ✭ 23 (-61.67%)
Mutual labels:  form
stook
A minimalist design state management library for React.
Stars: ✭ 86 (+43.33%)
Mutual labels:  form
lomake
HTML Form generator from Go structs
Stars: ✭ 12 (-80%)
Mutual labels:  form
autoform
πŸ€–πŸ“ AutoForm is the simplest way to automatically generate fast, beautiful and standards/WCAG compliant HTML forms based on an Ecto Schema in a Phoenix Web Application to *significantly* speed up Web App Development. πŸš€
Stars: ✭ 18 (-70%)
Mutual labels:  form
grapesjs-plugin-forms
Set of form components and blocks for the GrapesJS editor
Stars: ✭ 39 (-35%)
Mutual labels:  form
bulma-material-form
Material Design Form Elements for Bulma (CSS Only)
Stars: ✭ 26 (-56.67%)
Mutual labels:  form
GenerateDynamicCustomForm
You can generate a dynamic form view in a few minutes for a signup, add a record. Creating a form is very easy.
Stars: ✭ 18 (-70%)
Mutual labels:  form

Note: Users of Vue.js version 1 please use this package instead.

Breaking Change: As of version 1.0 this package uses controlled components, which means the value is no longer persisted on the field component but rather on the parent consumer component. This makes all fields behave like normal vue inputs, using v-model (instead of value) to maintain two-way View-Model Binding. If you were using the old package you need to install version 0.4.0 (also tagged in Github), although it is highly recommended to make the transition to the new version.

npm version

This vue.js package offers a comperhensive solution for HTML form management, including presentation, validation and (optional) AJAX submission. The presentation is based on Bootstrap's form component.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].