Skip to content

Commit d1baa3f

Browse files
DOC-3163: Exception was thrown when trying to use context form API after component was detached.
1 parent 50431ae commit d1baa3f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

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

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

26-
=== <TINY-vwxyz 1 changelog entry>
27-
// #TINY-vwxyz1
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 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.
2832

29-
// CCFR here.
33+
For more information on the Context Form API, see: xref:contextform.adoc[Context Forms]
3034

3135

3236
[[security-fixes]]

0 commit comments

Comments
 (0)