Adding "for" attribute to React ListInput component

The React ListInput component should have a way to make the label element an actual tag and pass it a “for” attribute string value. So that when the label is clicked, the associated input in the ListInput component is put in focus.

Will add it in next update

1 Like