You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: