-
Notifications
You must be signed in to change notification settings - Fork 11
feat: styling for disabled input #976
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #976 +/- ##
=======================================
Coverage 85.04% 85.04%
=======================================
Files 812 812
Lines 16742 16744 +2
Branches 2165 2166 +1
=======================================
+ Hits 14238 14240 +2
Misses 2473 2473
Partials 31 31
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
} | ||
} | ||
|
||
public getStyleClasses(): string[] { |
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.
Why not create a style property that we update whenever appearance
or disabled
changes?
Description
Styling for disabled input.
Testing
Tested manually. UTs added.
Checklist: