Subrata Banerjee
Subrata Banerjee
Any update on this issue?
@RichardMViGEM `...` This is what I want to acheive.
@rmayuri try this ``` layout = [ ... , { key: 'MY_KEY', title: 'MY_TITLE', htmlClass: 'custom_css_class', fieldHtmlClass: 'custom_field_css_class', labelHtmlClass: 'custom_label_css_class', itemLabelHtmlClass: 'custom_itemlabel_css_class', activeClass: 'custom_active_css_class', labelHelpBlockClass: 'custom_help_css_class', etc.. }, ... ]...
This doesn't work at all.
@rmayuri Could you tell me which css class getting applied among ``` htmlClass: 'custom_css_class', fieldHtmlClass: 'custom_field_css_class', labelHtmlClass: 'custom_label_css_class', itemLabelHtmlClass: 'custom_itemlabel_css_class', activeClass: 'custom_active_css_class', labelHelpBlockClass: 'custom_help_css_class' ```
@rmayuri Worked for me after I make the key as object of `item` array. Thanks for you help.
@Alex130 Could you please refer to the demo site available in the readme any try.
@catull So sorry man, that was not my intention, may be I did that in hurry. I will send you the code snippets.
@Alex130 @catull https://angular2-json-schema-form.firebaseapp.com/?set=jsf&example=jsf-fields-autocomplete&framework=material-design&language=en This is the one I was talking about.
@Alex130 Could you please look into this issue.