Petro Silenius
Petro Silenius
Hey and thanks for taking a look at this! You're right that this PR doesn't fully solve the issue. I'll go ahead and a function for checking if a input...
@robonetphy updated the PR to add a function for checking whether given node supports selection or not. Also added a check with that function in places where I saw either...
> @PetroSilenius Pls do these changes update the `changelog.md` and we are ready Sure! Just double-checking that has it been decided not to support textarea in editor.js? They reason I...
> @PetroSilenius you are correct `textarea` also support both `selectionStart` and `selectionEnd` but comparison of `tagName` must be with the capital letter `TEXTAREA` as [mdn docs](https://developer.mozilla.org/en-US/docs/Web/API/Element/tagName) or you can also...
Thanks for your reply @flaviendelangle! Seems like the link to `useMediaQuery` docs is missing from your comment but I guess you meant to [this section](https://mui.com/material-ui/react-use-media-query/#server-side-rendering)? Removing the `readOnly` on mobile...
Seems like so, created a fork of the Stackblitz example in the issue and changed to` x-date-pickers` version `5.0.0-beta.5` https://stackblitz.com/edit/nextjs-agrycl It does now render the desktop version on the server...
If there something I could do still related to this PR, or are these change ready to be merged?😄 Last [tests/edge](https://github.com/codex-team/editor.js/actions/runs/2973528843/jobs/4763247621) run failed because of connetion issues when fetching packages....
Hey! I'm facing the same exact issue in a project and I would also recommend removing the "browser" export There's a pretty good description on `@hookform/resolvers` on how they dealt...
Works wonderfully, thanks for the quick change! 🙏🏻
Cool to hear! And thanks for taking care of the bug! I might have been a bit too easy on the testing after the newer changes so I didn't catch...