-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(text-field): expose focusElement() method #908
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Playwright test resultsDetails 421 tests across 146 suites Skipped testssrc/components/table/table/test/expandable-row-autocollapse/expandable-row-autocollapse.e2e.ts › tds-table-expandable-row-autoCollapse › NEEDS FIXING: expanding one row collapses the others when autoCollapse is true |
@patrikhultgren thank you for this contribution! 🎉 Just to keep you in the loop, the majority of IXIB will be off during the holidays so it might take longer than usual to get this approved. But rest assure that more people will look into this once they are back from vacation :) |
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.
Great work!
* test: saving screenshots of failing tests * test: corrected output directory * test: fix output directory path * test: using artifacts upload v4 * test: reverting to older ubuntu version * test: lowering artifacts retention days
Quality Gate passedIssues Measures |
Describe pull-request
Exposes focusTextField method for the text field component.
Issue Linking:
How to test
Call the focusTextField() method programmatically for a tds-text-field element.
Checklist before submission