Mike Ellis
Mike Ellis
After implementing a custom build ID to ensure I could re-run workflows which I've integrated with Cypress Dashboard and configured to run parallelly, I've run into an issue (oddly different...
Currently, there does not appear to be a way to display hierarchical data using the DataTable component (often referred to as a "tree table"). [Here](https://ant.design/components/table/#components-table-demo-tree-data) is an example of a...
DataTable has two ways to define the page size: `step` and `paginate.step`. If `paginate.step` is defined, it should use that everywhere, but it appears to be using `step` still in...
I'd like for Dependabot to ONLY create the following PRs: * All security updates * Updates (major, minor, patch) for dependencies in the `mycompany` registry. Given the following logic currently...
I'm attempting to wrap react-autocomplete's component with RRF, but I'm having issues. Here is what I have: const typeaheadComponent = (props: any) => ( item} items={this.getOptions()} renderInput={(props: any) => (...
I'm seeing the following error all of the sudden: ``` Run bahmutov/npm-install@v1 running npm-install GitHub Action trying to restore cached NPM modules Received 0 of 1116313[24](https://github.com/mycompany/myapp/runs/5839241098?check_suite_focus=true#step:7:24) (0.0%), 0.0 MBs/sec Received...
There seems to be a finite list of values that can be passed in to `skipOn` and `onlyOn` (eg. 'localhost', 'mac', etc.) which don't seem to be documented anywhere. I...
I reviewed your FocusWrapper implementation which sets focus on a wrapper element containing the contents of a Route's component whenever there is a route change. I think it's safe to...
### Reproduction link [https://ant.design/components/table/#components-table-demo-head](https://ant.design/components/table/#components-table-demo-head) ### Steps to reproduce Hit "tab" key, navigating through focusable table elements. ### What is expected? Like sortable columns, column filter buttons should be keyboard focusable....
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] Site / documentation update - [ ] Demo...