Skip to content

Commit 011bad3

Browse files
DOC-3163: Exception was thrown when trying to use context form API after component was detached. (#3654)
* DOC-3163: Exception was thrown when trying to use context form API after component was detached. * Update modules/ROOT/pages/7.7.2-release-notes.adoc * Update modules/ROOT/pages/7.7.2-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent cfe93b0 commit 011bad3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/7.7.2-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2323

2424
{productname} {release-version} also includes the following bug fixes:
2525

26+
=== Exception was thrown when trying to use the context form API after the toolbar was detached.
27+
// #TINY-11781
28+
29+
Previously, an error occurred when the `setValue` function from the xref:contextform.adoc#formapi[Context Form API] was called after the toolbar had been detached from the DOM. As a result, developers were unable to retrieve the value of the Context Form when using the API after the form had been closed.
30+
31+
{productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached.
32+
2633
=== Exception occurs when pressing `tab` in the last cell of a non-editable table
2734
// #TINY-11797
2835

0 commit comments

Comments
 (0)