cerner / terra-core

Terra offers a set of configurable React components designed to help build scalable and modular application UIs. This UI library was created to solve real-world issues in projects we work on day to day.
http://terra-ui.com
Apache License 2.0
181 stars 167 forks source link

[terra-form-select] tab key functionality issue #4061

Closed KV106606Viswanath closed 6 months ago

KV106606Viswanath commented 6 months ago

Summary

Previously, when we select an item from the list and replaced the selected text with some other text and pressed tab key to move out of the select box, we are not getting the last selected value. With this fix it has been resolved and we are getting the last selected text as expected.

Also updated terra-responsive-element documentation.

What was changed:

Why it was changed:

Testing

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-10304


Thank you for contributing to Terra. @cerner/terra