-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add TextField component #143
Conversation
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, Mike!! Thanks for jumping on this so quick yesterday! One super small thing I noticed - it looks like the help text is styled the same as the label text (or at least, it's the same color) - we have it styled a little lighter in the mocks as black-55/#737373 to create hierarchy between the label/help text. but other than that it looks great!!
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Deploy preview for heuristic-perlman-0ef024 ready! Built with commit 64761d1 https://deploy-preview-143--heuristic-perlman-0ef024.netlify.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 1.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Resolves #140
Impact: minor
Type: feature
Component
This is a drop-in replacement for the standard MUI TextField component that defaults to the outlined style. Styles have been updated to match the Catalyst spec, otherwise, it's a standard MUI TextField under the hood.
This gives us all of its features including
Screenshots
Breaking changes
none
Testing