Allow markup in Input labels #583
Labels
Priority: Low
Bug, issue, or pull request is a P3
Severity: Low
Bug or issue is of low severity
Type: Bug
Something isn't working
Type: Proposal
Issue or pull requests contains a new proposal
In short, the
Input
label should accept either the usuallabel
prop or also a slot namedlabel
, so we can use markup inside the label.Also, to avoid spamming the repo with issues:
<Label check/>
yieldsclass="form-label form-label-check"
, where the first class is unnecessary and creates extra bottom-margin.The text was updated successfully, but these errors were encountered: