Skip to content

Commit 078b64e

Browse files
authored
Merge pull request #42 from Wavelop/release/0.1.4
Release/0.1.4
2 parents c9b967c + 8c1eb1d commit 078b64e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynamic-form/wavelop",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Dynamic form from configuration with React",
55
"author": "Wavelop",
66
"license": "MIT",

packages/base-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavelop/dynamic-form-base-components",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Dynamic Form: basic components",
55
"author": "Wavelop",
66
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavelop/dynamic-form",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Dynamic Form: core functionalities",
55
"author": "Wavelop",
66
"license": "MIT",

packages/core/src/components/FactoryComponent/utils/htmlToRender.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const htmlToRender = handleChangeEvent => (
6767
? config.disabled({ options: config.options })
6868
: false
6969
}
70+
readOnly={!!config.readOnly}
7071
debug={debug}
7172
/>
7273
);

0 commit comments

Comments
 (0)