-
Notifications
You must be signed in to change notification settings - Fork 148
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
Can not use input or form element inside slot item #101
Comments
I had the same issue. I got around it by attaching an onClick event listener to the input element and calling input.focus() |
Thanks for reporting this. This should now be fixed in v1.0.1. Update and let me know if everything works right for you :) Note: you don't need to use |
I'm still experiencing this issue on the latest version. |
@MagnusFischer I tried again and it works on my end. Could you please make sure that you have v1.0.1 (or v1.0.2) installed correctly? Try to remove the |
Aaah I see, it works now! Cheers! :-) |
THank you @TahaSh ! I close this issue |
I ve got list of swapable items with individual form inside each element.
I can't focus on my input filed on mouse click, i had to use keyboard tab action to make it work.
I use React (Dynamic) with
data-swapy-handle
on the grid icon.I try to add
data-swapy-no-drag
on my form component, globaly and individually, without success.If you have an idea or a hint :)
Thank you for your great work
Screencast.from.12-12-2024.17.22.36.webm
The text was updated successfully, but these errors were encountered: