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 fields that both contain a county value. One is in the mailing address section and one in the personal information section. This is causing this warning for having duplicate id values. In Our ReadOnlyComponent it looks like we are setting the id value to just be the label. We need to do is make that id more unique.
Name appears to be a better option since the names are pretty unique to their use case.
The text was updated successfully, but these errors were encountered:
### [5.0.1](v5.0.0...v5.0.1) (2021-06-25)
### Bug Fixes
* 🐛 Updated id values to name instead of label for more uniq ([14764b9](14764b9)), closes [#318](#318)
I have two fields that both contain a county value. One is in the mailing address section and one in the personal information section. This is causing this warning for having duplicate id values. In Our ReadOnlyComponent it looks like we are setting the id value to just be the label. We need to do is make that id more unique.
Name appears to be a better option since the names are pretty unique to their use case.
The text was updated successfully, but these errors were encountered: