-
-
Give Example of React Forms the code should follow ES6 Standerds
Need the file in reactForms.md explaning about React Forms and how to use it
If you are working on it please comment here
-
i'm try use this plugin with reactforms but no success. I receive the error
`ERROR Error: No value accessor for form control with name: 'cpf'`
Has some chance to use this with formControl,formGr…
-
This could make for some interesting behaviors such as visual confirmation (see example below) or voting!
![example](https://user-images.githubusercontent.com/16652915/38787111-21fa0a8c-40fa-11e8-9…
-
With the first tutorial:
```
import React from 'react'
import {Fieldset, Field, createValue} from 'react-forms'
class Form extends React.Component {
constructor(props) {
super(props)
let …
-
I'm writing an application in react and everything is working fine except installing react-forms.
It seems like jspm/systemjs/babel is not transpiling the jsx in that package... I have no clue why.
e…
-
I'm looking for a way to build current `master` similarly to the result of `react-forms-build` repo. `Makefile` does not seem to contain a command for that.
I've tried following: `node ./node_modules…
-
I have some forms where it doesn't make sense for me to create deep nestings of Mappings, when the actual data for the form is relatively flat. At the moment I'm using Mappings primarily to group fiel…
-
Judging from examples and test cases, I created something like this
```
var schema = Mapping({
title: Mapping({
title: Scalar({label:'title'})
}),
description: Mapping(…
owais updated
9 years ago
-
```
npm install react-forms
```
Is currently resulting in downloading of v0.5.7 which results in the following error when using anything else that's recent
```
npm ERR! peerinvalid Peer react-router…