You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, when the additional languages of the LocalizedRichTextInput are hidden, there is no method available to reset the hidden RichTextInputs.
Describe the bug
Currently, when the additional languages of the LocalizedRichTextInput are hidden, there is no method available to reset the hidden RichTextInputs.
To Reproduce
Steps to reproduce the behavior:
Set initial value
-> enter the initial values -> ClickReset
Show all languages
Additional context
Hiding languages removes the RichTextInputs from DOM, therefore the refs do not work.
Consider:
useImperativeHandle
hook) with another solutionThe text was updated successfully, but these errors were encountered: