-
Notifications
You must be signed in to change notification settings - Fork 377
feat(InputGroup): Add InputGroup to PF4 #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request Test Coverage Report for Build 4483
💛 - Coveralls |
|
PatternFly-React preview: https://1108-pr-patternfly-react-patternfly.surge.sh |
|
There seem to be many variations of this component presented in Core that are not yet included here. https://pf-next.netlify.com/components/InputGroup/examples/ Is there a plan to add more variations? |
|
@mcarrano - sorry, I missed that part. 😱 Thanks for noticing. |
dlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Styles look off when looking at what's in PF-Next. Is the component ready for consumption by react? @mcarrano
tlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dlabaj I had the same question on this the other day.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is inline with the CSS in pf-next , its just missing the bottom three examples. For the first three examples I can't type into the input field.
|
Thanks @christiemolloy |
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
| return ( | ||
| <React.Fragment> | ||
| <InputGroup> | ||
| <Button id="textAreaButton1" variant="secondary"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use variant constant for these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I will work on that.
| <br /> | ||
| <InputGroup> | ||
| <TextInput name="textInput10" id="textInput10" type="search" aria-label="input example with popover" /> | ||
| <Popover position="top" bodyContent={'This field is an example of input group with popover'}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as @tlabaj but for position.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Thanks!
tlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will open a issue to track remaining changes.
|
@tlabaj can you give me one more day. I believe I can fix this PR according to these changes. |
|
@boaz0 @christiemolloy @dlabaj I opened issue #1483 to track the remaining work. |
Will take care of this in a seperate issue.
|
No problem. I am really sorry about it. I was busy with other stuff I forgot about it. |
|
this seems to have caused a regression in #1488. Will look into the type defs... |
|
I know what's the problem. Didn't import |

What:
Added Patternfly 4 input group to react.