Skip to content

fix: pass inputProps through DropdownList to DropdownListInput (per docs)#1168

Open
matthewbub wants to merge 1 commit into
jquense:masterfrom
matthewbub:fix/dropdownlistinput
Open

fix: pass inputProps through DropdownList to DropdownListInput (per docs)#1168
matthewbub wants to merge 1 commit into
jquense:masterfrom
matthewbub:fix/dropdownlistinput

Conversation

@matthewbub

@matthewbub matthewbub commented Jun 23, 2026

Copy link
Copy Markdown

Documentation suggests that we should be able to assign inputProps to the DropdownList component. Upon investigation it was discovered that the inputProps are getting silently dropped for this component before it actually makes it to an input element (I checked the others, this is the only one effected).

This issue causes critical WCAG violations - (needed aria-labels on those inputs) https://dequeuniversity.com/rules/axe/4.10/label. I ended up applying a fix downstream via pnpm patch but I figured ideally this fix should live in the library itself.

React-Widgets Docs for reference: https://jquense.github.io/react-widgets/docs/DropdownList#inputProps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant