Yu-Jin
Yu-Jin
I have 2 fieldset in a formless setup: **mortgage_reason** and **credit_status** Within my formFields I have this: ``` { 'id': 'mortgage_reason', 'tag': "fieldset", 'name': 'mortgage_reason', 'cf-questions': 'Why do you require...
**-I have provided a code example.** Using the angular example from the [documentation](https://space10-community.github.io/conversational-form/docs/1.0.0/getting-started/#angular) I changed the form.component template from `` to `` **- If I encountered an issue I have...
So I've followed the [docs](https://space10-community.github.io/conversational-form/docs/1.0.0/functionality/autocomplete/) on using autocomplete. Is there a way to hide the forms inputed value and only display the label. basically my problem is that both show,...
I've noticed on using the select tag that the input field takes the first "selected" value, in my screenshot it's displayed as the color red. Is there a way to...
Currently, with select tag and radio type store user's chosen value in an array. Is there an option to store this chosen value as a string opposed to an array?
[Getting this error](https://github.com/gauravsoni119/ng2-tel-input/issues/2) When trying to add the [ng2TelInputOptions] to the input field. `` I have ng2TelInputOptions imported and exported in shared modules like in this [unresolved issue](https://github.com/gauravsoni119/ng2-tel-input/issues/34) ng2-tel-input: "^2.1.0",...