Currently className only gets spread to the internal <input> components - it would be better if we could be a bit nuanced with where to apply custom class names
Triage: this hasn't been raised since, so seems to have low impact. But proper ways of passing class names to component child nodes should be something to reconsider in new architecture.
Currently
className
only gets spread to the internal<input>
components - it would be better if we could be a bit nuanced with where to apply custom class names