@maif/react-forms 1.0.7 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,6 +66,7 @@ export const Example = () => {
66
66
  - **type** (required): the type of value. It provided by the imported object `type`. It could be just string like `string`, `number`, `bool`, `object`, `date` or `file`
67
67
  - **format**: Over the type you can display a special format for the field. It provided by the imported object `format` or just a string
68
68
  - `select`: display a [react-select](https://react-select.com/home) field with provided options
69
+ - `buttonsSelect`: display a buttons group, drawn with the same options than the format `select`
69
70
  - `code`: if the type is `string`, display a code input (draw with [react-ace](https://github.com/securingsincity/react-ace))
70
71
  - `markdown`: if the type is `string`, display a markdown input
71
72
  - `text`: if the type is `string`, display a textarea