cerner / terra-framework

Terra framework houses composed and higher order react components to help developers quickly build out new applications.
http://terra-ui.com
Apache License 2.0
67 stars 71 forks source link

[terra-popup] Changed disabledHeader to true as default #2171

Closed adavijit closed 5 months ago

adavijit commented 5 months ago

Summary

What was changed:

Why it was changed: Should be able to focus close button to close the popup

Testing

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-10398


Thank you for contributing to Terra. @cerner/terra

sugan2416 commented 5 months ago

@adavijit

image image
sdadn commented 5 months ago

The targetRef prop was being set as required in #2158.

This is also a breaking change that also needs to be reverted.

saket2403 commented 5 months ago

The targetRef prop was being set as required in #2158.

This is also a breaking change that also needs to be reverted.

It was previously required prop I had made it optional in the previous release and reverted the change in 2158 as the change was not required and the prop being optional would have broken the popup if not used. As per latest discussion in JRB (see JIRA 10398) Closing this PR.