I have two forms in angular application and they have some common named fields like state, county, city, zip code. So when I am going to use both forms inside an parent component I am getting HTML id conflict warning.
As I have gone through the library codebase there no such options other than id. There should be some provision to add custom HTML property using additional params like *htmlOptions**
I'm submitting a
I'm using
Description
I have two forms in angular application and they have some common named fields like state, county, city, zip code. So when I am going to use both forms inside an parent component I am getting HTML id conflict warning.
As I have gone through the library codebase there no such options other than id. There should be some provision to add custom HTML property using additional params like *htmlOptions**
Exptected htmlOptions Property