mson-react
mson-react copied to clipboard
React and Material-UI Rendering Layer for MSON
TODO: patch console error/warn before merging
For component TimeField even when parameter ` showSeconds=true` only hour and minute are shown/changeable. Fix could be in fields/time-field.js To get a fixed 24h display an additional parameter for ampm...
Proof of concept. Wait until port of MSON in Typescript before finalizing.
Hi ! thanks for the proyect, react-mson dont work with component: "FormBuilder", =/ https://codesandbox.io/s/mson-collection-zi3kz?file=/src/index.js My code is like this ` import Component from "mson-react/lib/component"; const definition = { name: 'app.FormBuilder',...
It is barely used in mson-react and less deps is always a win
Hello, I have a schema that's using the IntegerField component and when I use .getValues() on the form, the data for this field is a string. Is this a bug...
- `Multiple` option for SelectField - Ability to edit help text
Is it possible to easily prevent the entry of duplicates in a list-field? For example, a list could contain `{dog, cat, fish}`... But not `{dog, dog, cat, fish}`. Thanks, for...
When the CollectionField is used with the App component, there should be automatic routes for viewing, updating, etc…, e.g. /contacts/someid/update. Otherwise, the back button is broken when editing items in...