@manojadams/metaforms-core
Advanced tools
Comparing version 3.0.42 to 3.0.43
@@ -66,2 +66,3 @@ import { SyntheticEvent } from "react"; | ||
displayProps?: IDisplayProps; | ||
htmlProps?: Record<string, string>; | ||
displayType?: string; | ||
@@ -68,0 +69,0 @@ type?: string; |
@@ -228,2 +228,4 @@ import { IFieldConfig, TCondition, TFieldRef } from "./common-interface"; | ||
displayProps?: IDisplayProps; | ||
/** Native html properties of the field */ | ||
htmlProps?: Record<string, string>; | ||
/** List of options available for the field (e.g-> dropdown, select etc) */ | ||
@@ -230,0 +232,0 @@ options?: Array<IOption>; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import BaseFormControl from "./BaseFormControl"; | ||
@@ -2,0 +3,0 @@ declare class DummyFormControl extends BaseFormControl { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import BaseFormGroup from "./BaseFormGroup"; | ||
@@ -2,0 +3,0 @@ declare class DummyFormGroup extends BaseFormGroup { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import BaseFormStepper from "./BaseFormStepper"; | ||
@@ -2,0 +3,0 @@ declare class DummyFormStepper extends BaseFormStepper { |
{ | ||
"name": "@manojadams/metaforms-core", | ||
"version": "3.0.42", | ||
"version": "3.0.43", | ||
"description": "React Library for rendering dynamic forms from json schema", | ||
@@ -5,0 +5,0 @@ "author": "manojadams", |
@@ -5,3 +5,3 @@ # metaform-core | ||
## Change logs | ||
- [fix #53: add support for reading initial form data](https://github.com/manojadams/metaforms-core/issues/53) | ||
- [fix #57: add support for native html props](https://github.com/manojadams/metaforms-core/issues/57) | ||
@@ -8,0 +8,0 @@ ## Introduction |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
971141
8746