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

React and Material-UI Rendering Layer for MSON

Results 28 mson-react issues
Sort by recently updated
recently updated
newest added

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...

bug

Proof of concept. Wait until port of MSON in Typescript before finalizing.

See https://github.com/redgeoff/mson-react/pull/223 for details

blocked

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',...

question

It is barely used in mson-react and less deps is always a win

enhancement

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...

bug

- `Multiple` option for SelectField - Ability to edit help text

enhancement

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...

enhancement

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...

enhancement