Release 9.9.5
9.9.5 (2023-07-28)
Bug Fixes
-
pat-close-panel: Do not prevent closing for formnovalidate buttons. (1272ac5)
Do not prevent closing of panels when a form with invalid data is
submitted when a button with the formnovalidate attribute is pressed.
This is useful for cases where a "cancel" button actually needs to
submit to roll back any changes which were already made. -
pat-collapsible: Allow to explicitly clear the scroll selector. (9c99a2e)
In case of nested pat-collapsible elements, child elements inherit the
options from parent elements, including the scroll-selector. If the
child element should do no scrolling, it needs to explicitly be reset.
This can be done by adding th following options to the collapsible data
attribute:
data-pat-collapsible="scroll-selector: none"