Skip to content
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

fix(TextInput): swap onChange params in demos #9196

Merged
merged 1 commit into from
May 30, 2023

Conversation

MariaAga
Copy link
Contributor

What: Closes #9192

a few function args weren't swapped in #9064

@patternfly-build
Copy link
Contributor

patternfly-build commented May 26, 2023

Copy link
Contributor

@tlabaj tlabaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tlabaj tlabaj merged commit 1f77f39 into patternfly:v5 May 30, 2023
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-code-editor@5.0.0-alpha.123
  • @patternfly/react-core@5.0.0-alpha.122
  • @patternfly/react-docs@6.0.0-alpha.131
  • demo-app-ts@5.0.0-alpha.106
  • @patternfly/react-table@5.0.0-alpha.125

Thanks for your contribution! 🎉

nicolethoen pushed a commit to Kells512/patternfly-react that referenced this pull request Sep 1, 2023
dgdavid added a commit to agama-project/agama that referenced this pull request Sep 12, 2023
Patternfly 5 has swapped the #onChange params of quite a lot components
for putting the event first. This is more aligned with the native HTML
change event, https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event.

This PR, based on changes proposed by https://github.com/patternfly/pf-codemods,
update Agama components using below PF elements

  * FormSelect
    -  patternfly/patternfly-react#8998
  * Switch
    -  patternfly/patternfly-react#9037
  * TextInput
    - patternfly/patternfly-react#9064
    - patternfly/patternfly-react#9196
dgdavid added a commit to agama-project/agama that referenced this pull request Sep 12, 2023
Patternfly 5 has swapped the #onChange params of quite a lot components
for putting the event first. This is more aligned with the native HTML
change event, https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event.

This PR, based on changes proposed by https://github.com/patternfly/pf-codemods,
update Agama components using below PF elements

  * FormSelect
    -  patternfly/patternfly-react#8998
  * Switch
    -  patternfly/patternfly-react#9037
  * TextInput
    - patternfly/patternfly-react#9064
    - patternfly/patternfly-react#9196
dgdavid added a commit to agama-project/agama that referenced this pull request Sep 14, 2023
Patternfly 5 has swapped the #onChange params of quite a lot components
for putting the event first. This is more aligned with the native HTML
change event, https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event.

This PR, based on changes proposed by https://github.com/patternfly/pf-codemods,
update Agama components using below PF elements

  * FormSelect
    -  patternfly/patternfly-react#8998
  * Switch
    -  patternfly/patternfly-react#9037
  * TextInput
    - patternfly/patternfly-react#9064
    - patternfly/patternfly-react#9196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug - Password strength demo - demo is broken in v5
4 participants