Skip to content

Conversation

@tompsota
Copy link
Contributor

@tompsota tompsota commented Jun 1, 2022

Signed-off-by: Tomas Psota tpsota@redhat.com

What: Closes #7490

@patternfly-build
Copy link
Collaborator

patternfly-build commented Jun 1, 2022

@tompsota tompsota force-pushed the inputGroup_to_typescript branch from 3bbf002 to 52e5348 Compare June 1, 2022 13:05
Copy link
Contributor

@thatblindgeye thatblindgeye left a comment

Choose a reason for hiding this comment

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

Things are looking good! Just had a couple of suggested changes and one comment that I tagged Titani for input on.

@tompsota tompsota force-pushed the inputGroup_to_typescript branch from 52e5348 to 1bc01a0 Compare June 2, 2022 08:09
@thatblindgeye thatblindgeye self-requested a review June 2, 2022 15:22
setIsOpen(isOpen);
};

const onSelect = event => {
Copy link
Contributor

Choose a reason for hiding this comment

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

If you keep this function after addressing eric's comment, could you add a type to the params of functions you pass to components? This helps us sanity check that our component props are typed correctly and also helps communicate types easier to people using the component.

Signed-off-by: Tomas Psota <tpsota@redhat.com>
@tompsota tompsota force-pushed the inputGroup_to_typescript branch from 1bc01a0 to 52b0ce9 Compare June 15, 2022 09:19
Copy link
Contributor

@thatblindgeye thatblindgeye left a comment

Choose a reason for hiding this comment

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

🎉 looks good! Great work on this

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! Great work.

@tlabaj tlabaj merged commit a944b62 into patternfly:main Jun 15, 2022
@patternfly-build
Copy link
Collaborator

Your changes have been released in:

  • eslint-plugin-patternfly-react@4.61.2
  • @patternfly/react-catalog-view-extension@4.73.2
  • @patternfly/react-charts@6.75.2
  • @patternfly/react-code-editor@4.63.2
  • @patternfly/react-console@4.73.2
  • @patternfly/react-core@4.222.2
  • @patternfly/react-docs@5.83.2
  • @patternfly/react-icons@4.73.2
  • @patternfly/react-inline-edit-extension@4.67.2
  • demo-app-ts@4.182.2
  • @patternfly/react-integration@4.184.2
  • @patternfly/react-log-viewer@4.67.2
  • @patternfly/react-styles@4.72.2
  • @patternfly/react-table@4.91.2
  • @patternfly/react-tokens@4.74.2
  • @patternfly/react-topology@4.69.2
  • @patternfly/react-virtualized-extension@4.69.2
  • transformer-cjs-imports@4.60.2

Thanks for your contribution! 🎉

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.

Input group: convert examples to Typescript

5 participants