Mike Ellis
Mike Ellis
@Zummer Thanks for your great answer and also inspiring me to use less verbose interface names!
@andrewiggins New to using gists, but I've reproduced the problem using your gist as a starting point. I was seeing the "refs" issue when implementing the `dropdownRender` property of antd's...
@conversaShawn That did nothing. This is what happened: - I added the GITHUB_TOKEN as an env variable to my `cypress-io/github-action@v2` job in my PR workflow. - I added a failing...
@MadCcc What @walt1992 has called out (that you cannot use the arrow keys to select menu items) means that rc-dropdown is completely inaccessible. Did [this](https://github.com/react-component/dropdown/pull/182) PR not address the issue?
Actually it looks like the PR I linked did address the keyboard issue, but the rc-dropdown examples are using a fairly old version of the library before the fix.
@afc163 @zombieJ Would a PR to fix this be accepted?
@bcullman I understand the way you've interpreted W3C's read-only definition, but you understand it now acts differently than the HTML input's readonly functionality which is what the react-datepicker element renders?
@steinarb I downgraded to 1.5.0 and the readOnly behavior is the same as 1.7.0 (it disabled the input) in Chrome.
@RasPhilCo Are you able to advise what CircleCI doesn't like with @Dylanlan's PR? This is an excruciating issue for my team so having this PR merged would be really great.