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] fixed console error #4101

Closed sdadn closed 4 months ago

sdadn commented 4 months ago

Summary

This PR fixes a console error caused by an invalid custom prop being added to the DOM. This was fixed by destructuring the prop out of customProps.

This PR also releases this change.

Testing

This change was tested using:

This was tested by running a terra-form-select example locally and ensuring that there is no console error after the change.

Reviews

In addition to engineering reviews, this PR needs:

Additional Details


Thank you for contributing to Terra. @cerner/terra