Skip to content

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

Merged
tlabaj merged 1 commit intopatternfly:v5from
MariaAga:text-input-onchange-left
May 30, 2023
Merged

fix(TextInput): swap onChange params in demos#9196
tlabaj merged 1 commit intopatternfly:v5from
MariaAga:text-input-onchange-left

Conversation

@MariaAga
Copy link
Contributor

What: Closes #9192

a few function args weren't swapped in #9064

@patternfly-build
Copy link
Collaborator

patternfly-build commented May 26, 2023

@MariaAga MariaAga force-pushed the text-input-onchange-left branch from 4bab5b1 to 4e43c27 Compare May 26, 2023 14:37
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
Collaborator

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