react-metaform icon indicating copy to clipboard operation
react-metaform copied to clipboard

A library for dynamically generating React forms out of metadata

Results 13 react-metaform issues
Sort by recently updated
recently updated
newest added

Today, when you create a calculated field (a field which value is specified as metadata) the model is not updated to contemplate that value

Today, in order to run the demo locally, two commands are needed: ``` npm run wpds npm run start-demo-dev ``` With [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) that wouldn't be necessary

not a bug

This class was introduced because I needed a way to test the MetaForm behavior without having to render it and deal with HTML. Now, most of the behavior is the...

not a bug