Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

12.2.2

Compare
Choose a tag to compare
@pascalwengerter pascalwengerter released this 03 Mar 13:53
· 615 commits to master since this release
f95712b

Changelog for [12.2.2] (2022-03-03)

Summary

  • Bugfix - Initial focus in OcModal: #2001
  • Bugfix - Hidden overflow on OcModal: #2000

Details

  • Bugfix - Initial focus in OcModal: #2001

    We've fixed a bug that was introduced in the last version, where the initial focus element
    provided via the focusTrapInitial property was broken.

    #2001

  • Bugfix - Hidden overflow on OcModal: #2000

    We've fixed a bug that prevented overflow within the OcModal to e.g. use dropdowns inside the
    modal body.

    #2000