-
Notifications
You must be signed in to change notification settings - Fork 0
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
Deselection of text input inside <Show> #4
Comments
Thanks for reporting this and for repros 🚀 I cannot pinpoint from the top of my head what exactly is the issue here... Also found out, that if you wrap individual form controls in I'll take a look at both cases. |
Hey, I tinkered a bit with it and found that if you wrap the |
This issue comes from unintentional subscription to a signal like the one at https://github.com/kajetansw/solar-forms/blob/master/src/core/form-group-directive/form-group-directive.tsx#L31 I also wonder if this is on |
I appreciate the engagement and suggesting solutions! ❤️ I did what @mdynnl suggested and seems to be working! I Also, I managed to fix a case of wrapping individual form controls in I'll publish the new version when I'll wrap it up. Screen.Recording.2022-07-20.at.18.14.48.mov |
Hey, so pretty simple issue if you have a
form
like thisEssentially, the input field gets deselected every time you input a character.
Here is a repo with an example.
A quick discussion on the Solid-js Discord found that the issue is with
solid-js@>1.4.7
in the playground, the Repo uses[email protected]
Breaks
Works
Maybe you can shed some light on it ?
The text was updated successfully, but these errors were encountered: