Add plainText
and size
props for Input
#582
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
Read-only inputs which should not show as actual inputs have a different class, and currently it's not possible to implement them with the
Input
component - since usingclass="form-control form-control-plaintext"
causes funny issues if you try to focus it hahaAlso, I noticed the
Input
component is missing thesize
property, similar to what's already available inButton
- it's not a mandatory prop asplainText
would be, but nonetheless would help theInput
feel more "at home" and paired with other components which have that prop.The text was updated successfully, but these errors were encountered: