| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-2419.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
I would also update the demo and integration test for this change.
Sorry, something went wrong.
|
@tlabaj I had added some unit tests for the custom display, as I wasn't sure if we wanted to show the custom display in our demos. Which demo should I edit to use the children prop, or should I add another separate demo for it? |
Sorry, something went wrong.
|
@kmcfaul I was talking about adding a demo to our integration app and adding cypress test. |
Sorry, something went wrong.
…f selected item when custom select option is used, the custom display should be shown on the selected item instead of value
|
Added logic so the custom option is displayed instead of value when selected, up in the toggle, if it is present. Two examples have been added to the TypeScript demo - single and multi typeahead. |
Sorry, something went wrong.
…ahead, update TS demo, fix cypr
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: Allows custom display of options via the children param.
Additional issues: #2370