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

Multiple event handlers get concatenated into one string #5

Closed
vorg opened this issue Jan 5, 2016 · 1 comment
Closed

Multiple event handlers get concatenated into one string #5

vorg opened this issue Jan 5, 2016 · 1 comment

Comments

@vorg
Copy link

vorg commented Jan 5, 2016

hx`<textarea  
ondragenter=${onTextAreaDragEnter} 
ondrop=${onTextAreaDrop}
onkeyup=${onTextAreaChange} >
</textarea>

I tried enclosing them in "" but it breaks function binding.

@ghost
Copy link

ghost commented Jan 5, 2016

tested, this seems fixed in 1.0.3.

@ghost ghost closed this as completed Jan 5, 2016
This issue was closed.
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

1 participant