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

feat(Select): Adds the ability to pass in a user defined object by dlabaj · Pull Request #2612 · patternfly/patternfly-react · GitHub

feat(Select): Adds the ability to pass in a user defined object - #2612

Merged
tlabaj merged 5 commits into
patternfly:masterfrom
dlabaj:issue-2045
Aug 8, 2019
Merged

feat(Select): Adds the ability to pass in a user defined object#2612
tlabaj merged 5 commits into
patternfly:masterfrom
dlabaj:issue-2045

Conversation

dlabaj commented Jul 30, 2019

Copy link
Copy Markdown
Contributor

This enhancement allows a user to now pass in a user defined object to store additional data besides just the string value to a select option. The object must have a toString function that is
responsible for returning the the localized string.

fix #2045

What:

Additional issues:

Copy link
Copy Markdown
Collaborator

PatternFly-React preview: https://patternfly-react-pr-2612.surge.sh

tlabaj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Can you please add a demo for this and some test.

kmcfaul commented Jul 30, 2019

Copy link
Copy Markdown
Contributor

Echoing adding the tests, otherwise looks great

dlabaj added 3 commits August 6, 2019 10:55
…s a value.

This enhancement allows a user to now pass in a user defined object to store additional data besides
just the string value to a select option.  The object must have a toString function that is
responsible for returning the the localized string.

fix #2045
kmcfaul previously approved these changes Aug 6, 2019

tlabaj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

tlabaj merged commit 9037033 into patternfly:master Aug 8, 2019

Copy link
Copy Markdown
Collaborator

Your changes have been released in:

  • @patternfly/react-core@3.83.0
  • @patternfly/react-docs@4.9.25
  • @patternfly/react-inline-edit-extension@2.9.70
  • demo-app-ts@2.16.0
  • @patternfly/react-integration@2.16.0
  • @patternfly/react-table@2.16.9
  • @patternfly/react-topology@2.7.18
  • @patternfly/react-virtualized-extension@1.1.104

Thanks for your contribution! 🎉

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
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.

pf4 Select and Multi select component API

4 participants


Back | FazBrowse Home | New Git URL