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
The translated placeholder text is not applied to the textarea.
Explanation of the bug
According to an old issue in react-quill a change of the placeholder prop does not cause its update in the quill editor.
The solution that is exposed by the authors in 2018 was to use a ref and a useEffect. Why they did not consider adding this in the react component themselves stays a mystery to me...
The text was updated successfully, but these errors were encountered:
Description
The translated placeholder text is not applied to the textarea.
Explanation of the bug
According to an old issue in react-quill a change of the
placeholder
prop does not cause its update in the quill editor.The solution that is exposed by the authors in 2018 was to use a ref and a useEffect. Why they did not consider adding this in the react component themselves stays a mystery to me...
The text was updated successfully, but these errors were encountered: