FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(loginform): pass 'remember me' state to isChecked by boaz0 · Pull Request #3056 · patternfly/patternfly-react · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .snap  (1) .tsx  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
    • LoginForm.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const LoginForm: React.FunctionComponent<LoginFormProps> = ({
<Checkbox
id="pf-login-remember-me-id"
label={rememberMeLabel}
checked={isRememberMeChecked}
isChecked={isRememberMeChecked}
onChange={onChangeRememberMe}
/>
</FormGroup>
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ exports[`LoginForm with rememberMeLabel 1`] = `
fieldId="pf-login-remember-me-id"
>
<Checkbox
checked={false}
className=""
id="pf-login-remember-me-id"
isChecked={false}
Expand Down Expand Up @@ -130,7 +129,6 @@ exports[`LoginForm with rememberMeLabel and rememberMeAriaLabel uses the remembe
fieldId="pf-login-remember-me-id"
>
<Checkbox
checked={false}
className=""
id="pf-login-remember-me-id"
isChecked={false}
Expand Down

Back | FazBrowse Home | New Git URL