Ashley Ryan
Ashley Ryan
## Describe the bug A dropdown can only be positioned against a slotted position after the initial render has finished. If a dropdown has an input inside of a cds-input...
## Describe the bug When using a plain input type="submit", hitting enter in a form field submits the form. When using a cds-button with type="submit", it does not. ## How...
userEvent.keyboard('{arrowdown}') no longer opens combobox in playwright tests since 12-20 release
### Provide a general summary of the issue here We use Storybook interaction tests and storybook [test-runner](https://storybook.js.org/docs/writing-tests/test-runner) to run interaction/unit tests against our components. When I updated to the 12.20...
## Describe the bug A cds-dropdown seems to stay pinned to it's position on the page instead of scrolling with it's anchor element if the page scrolls. ## How to...
**Context** We use test-runner to run tests using playwright against chromium and webkit. There are some tests that I'd like to skip in webkit, if possible. In the preRender function...
### Provide a general summary of the issue here Some of my consumers are trying to switch to our Combobox and are running into a few issues, one is #5234,...
**Is your feature request related to a problem? Please describe.** For proper Accessibility for my consumers, I need zoom that works with a keyboard, not just a mouse. The control...