-
Notifications
You must be signed in to change notification settings - Fork 53
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
wizard: create new component with eyeIcon button inside textInput (HMS-5289) #2727
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #2727 +/- ##
==========================================
+ Coverage 84.75% 84.77% +0.01%
==========================================
Files 187 187
Lines 21270 21311 +41
Branches 2088 2093 +5
==========================================
+ Hits 18027 18066 +39
- Misses 3221 3223 +2
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
Some inspiration for you, we should try to follow PF as closely as possible: |
506aea1
to
64b640c
Compare
/jira-epic HMS-4181 |
64b640c
to
eb4f214
Compare
bcc86b9
to
038c7f2
Compare
038c7f2
to
9179ea8
Compare
src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx
Outdated
Show resolved
Hide resolved
src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx
Outdated
Show resolved
Hide resolved
src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx
Outdated
Show resolved
Hide resolved
9179ea8
to
90a26c4
Compare
958010e
to
20172d3
Compare
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.
Added a few comments, but maybe we're overlooking something since there's no password validation yet. Can we add that (could be in a separate PR) and then revisit this one to see how the validated input works with the added button?
type={isPasswordVisible ? 'text' : 'password'} | ||
ouiaId={ouiaId || ''} | ||
data-testid={dataTestId} | ||
aria-label={ariaLabel || ''} |
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.
There are duplicate aria labels in the props - aria-label
and ariaLabel
. isDisabled
prop is missing. warning
is missing also.
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.
I will add them as part of rest., what do you think?
c33dfbb
to
6d36b0a
Compare
this commit create new component with add eyeIcon button inside textInput, for password field
6d36b0a
to
dbde53a
Compare
this commit create new component with eyeIcon button inside textInput,
for password field
JIRA: HMS-5289