-
Notifications
You must be signed in to change notification settings - Fork 355
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
Deprecate follow up #10850
Deprecate follow up #10850
Conversation
Preview: https://patternfly-react-pr-10850.surge.sh A11y report: https://patternfly-react-pr-10850-a11y.surge.sh |
c0dcaaf
to
9048f16
Compare
@@ -69,13 +69,13 @@ xdescribe('Form Demo Test', () => { | |||
cy.get('[aria-label="Close"]').type('{enter}'); | |||
}); | |||
|
|||
it('Verify keypress can control the multi-select-typeahead', () => { | |||
cy.get('[id*="pf-select-toggle-id"][id*="select-multi-typeahead-typeahead"]').type('{downarrow}{downarrow}{enter}'); | |||
xit('Verify keypress can control the multi-select-typeahead', () => { |
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 disabled the select test that is not working due to this issue
Is this still the case, or would the fix Katie put in regarding the Menu/transition end event have resolved this?
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.
Her PR went in after I initially worked on this. I will rebase and test it.
@@ -18,8 +18,7 @@ export interface IEditableSelectInputCell extends Omit<React.HTMLProps<HTMLEleme | |||
event: React.MouseEvent | React.ChangeEvent, | |||
newValue: any | any[], | |||
rowIndex: number, | |||
cellIndex: number, | |||
isPlaceholder?: boolean |
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.
If we're removing this we should update the "Editable rows" example in the deprecated Table example file to remove the param and usage from the onSelect handler (~line 690)
33f2488
to
9aba4f4
Compare
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #10365
(i disabled the select test that is not working due to this issue menu - menu focusing issue. #10840)EditableSelectInputCell