chore(text-input-group): add usage documentation#7388
chore(text-input-group): add usage documentation#7388mcoker merged 2 commits intopatternfly:mainfrom
Conversation
|
Preview: https://patternfly-pr-7388.surge.sh A11y report: https://patternfly-pr-7388-a11y.surge.sh |
There was a problem hiding this comment.
Just one thing. We have a __group element
patternfly/src/patternfly/components/TextInputGroup/text-input-group.scss
Lines 238 to 240 in ec18d8d
I don't see it in any of the core examples, but looks like it's in the react component. It goes in the __utilities element if you specify onNextClick and onPreviousClick, and creates little up/down arrow buttons to navigate the results. https://github.com/patternfly/patternfly-react/blob/b1cf0d2e7da9e7956df74ba20d98bab03cd542af/packages/react-core/src/components/SearchInput/SearchInput.tsx#L314-L329
…up.md Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
|
Sneaky! Only one style rule and no examples. Thanks for the catch. |
|
🎉 This PR is included in version 6.2.0-prerelease.17 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #6709