Azure / iot-ux-fluent-controls

A collection of shared react UI components used across IoT teams.
MIT License
13 stars 19 forks source link

Add instanceCount to ensure unique IDs (ARIA) #175

Closed dehoward closed 4 years ago

dehoward commented 4 years ago

No two ids on a page should be the same (duplicate-id-aria).

If you have a DateField/DateTimeField/TextField with the same props.name then this error will arise.

This PR ensures that no two components will have the same ID.