Hi,
I am working with a FHIR questionnaire and rendering it through Angular using LForms version 34 (LForms.Util.addFormToPage(this.questionnaire, 'formContainer'), where this.questionnaire is the FHIR questionnaire and formContainer is the ID of a div).
I would like to customize the rendering by using my own elements, for example, replacing the default LForms datepicker or input field with my own custom elements. I also want to maintain the inbuilt validations and extension support that LForms provides for these fields. Is there a way to achieve this?
Thanks,
Vinita
Hi,
I am working with a FHIR questionnaire and rendering it through Angular using LForms version 34 (LForms.Util.addFormToPage(this.questionnaire, 'formContainer'), where this.questionnaire is the FHIR questionnaire and formContainer is the ID of a div).
I would like to customize the rendering by using my own elements, for example, replacing the default LForms datepicker or input field with my own custom elements. I also want to maintain the inbuilt validations and extension support that LForms provides for these fields. Is there a way to achieve this?
Thanks,
Vinita