-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
In order to avoid accidental conflicts with duplicate names for input elements and their labels, we should add the component name to the name of the input and to the for attribute of labels.
E.g. <label htmlFor='view' /> in the ControlPanel would become <label htmlFor='ControlPanel__view' />