Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.25.3 Getting ref to textarea stopped working #590

Closed
RARgames opened this issue Nov 11, 2023 · 2 comments
Closed

v3.25.3 Getting ref to textarea stopped working #590

RARgames opened this issue Nov 11, 2023 · 2 comments

Comments

@RARgames
Copy link
Contributor

After the update from v3.24.1 to 3.25.3 getting ref to textarea stopped working.

This was working, but stopped.

<MDEditor
  ref={(node) => {
    if (node && node.textarea) {
      textareaRef.current = node.textarea;
    }
  }}
/>
@jaywcjlove
Copy link
Member

jaywcjlove commented Nov 12, 2023

image

I didn't understand what the problem was. Is this an issue with #591 ? @RARgames

@RARgames
Copy link
Contributor Author

RARgames commented Nov 12, 2023

Yes, I thought at the 1st look that these are 2 separate issues. v3.25.4 fixed the example and ref issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants