Ajay K Kanduru

Results 8 comments of Ajay K Kanduru

For me, this is working correctly when I change input's attribute from `[attr.type]="'number'"` to `type="number"` in the template of IntegerWidget. (projects/schema-form/src/lib/defaultwidgets/integer/integer.widget.ts:17). When I use type="number", the type of control's value...

I don't see LForms declaration in MiComponenteComponent. It needs to be declared where you are using it.

I would remove LForms variable from constructor and add `declare var LForms: any;` right after import statements at the top. Would you verify if you can access LForms object and...

That looks like LForms is not loaded. It could be due to that LForms reference error. Comment out line LForms reference at line 35 and see if you can access...

The bug about missing contained field is fixed in form builder version 9.6.3.

Not sure the problem is with the questionnaire. What is the source of the schema that you are using? The official schema is available here: [https://build.fhir.org/questionnaire.schema.json.html](https://build.fhir.org/questionnaire.schema.json.html)

`code `and `display` should be strings. Is that questionnaire created by this package?

It should probably display some warnings about those errors. I like to keep it open till we address the issue. Thanks for your feed back.