ManageIQ / manageiq-v2v

ManageIQ plugin for v2v transformations
Apache License 2.0
10 stars 42 forks source link

TypeAheadSelectField needs an id prop for accessibility #1034

Open mturley opened 5 years ago

mturley commented 5 years ago

When using the Conversion Host Wizard, this warning is visible in the console:

Warning: [react-bootstrap-typeahead] The `id` prop will be required in future versions to make the component accessible for users of assistive technologies such as screen readers. 
    in TypeAheadSelectField (created by ConnectedField)

That component already has a controlId prop, it should probably just be passed directly to the Typeahead itself as a plain id prop to satisfy this warning.

miq-bot commented 4 years ago

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.