File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
src/components/FactoryComponent/utils Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments