react-ui-org/react-ui

Make InputGroup label reflect the required property

hubacekj opened this issue · 0 comments

InputGroup does not currently take the required property because it's not supported for the underlying <fieldset> element. We need the ability to control how the label looks based on the required prop even though it won't have any functional effect.