We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Although bind:focus works, my IDE isn't happy:
So it looks like a typings issue. should it maybe be added to the declaration files?
paste this into your IDE and wait for intellisense:
<script> let focused = $state([]); </script> <input bind:focused={focused[0]} /> <br> <textarea bind:focused={focused[1]}></textarea> <br> <select bind:focused={focused[2]}></select> <br> <div bind:focused={focused[3]} tabindex="0">DIV</div> <br> {focused}
Windows 11
annoyance
The text was updated successfully, but these errors were encountered:
From this issue and comments
Sorry, something went wrong.
bind:focused
HTMLAttributes
Successfully merging a pull request may close this issue.
Describe the bug
Although bind:focus works, my IDE isn't happy:
So it looks like a typings issue. should it maybe be added to the declaration files?
Reproduction
paste this into your IDE and wait for intellisense:
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: