Release 9.9.9
9.9.9 (2023-11-06)
Features
-
pat inject: Support submit buttons with child elements. (3821ca8)
Send the value of a submit button even if a child element of the submit
button was clicked and not the submit button itself.
Bug Fixes
-
pat inject: Fix issue with submit buttons which are added later. (edf9f5e)
Fix an issue with submit buttons which were added after initialization
of pat-inject which did not send their value (e.g. via a pat-inject call).
Ref: scrum-1670