Skip to content

Release 9.6.1

Compare
Choose a tag to compare
@thet thet released this 28 Sep 15:58
· 610 commits to master since this release

9.6.1 (2022-09-28)

Bug Fixes

  • core dom: show/hide - do not set the hidden attribute. (af24138)In Chrome and Safari hidden but required input fields (e.g. hidden automatically by pat-autosuggest or pat-date-picker) cannot be submitted if they fail the browser's native validation.
    The browser tries to set a validation message but fails because the element is not focusable.
    See: https://stackoverflow.com/a/28340579/1337474