choojs / hyperx

🏷 - tagged template string virtual dom builder
BSD 2-Clause "Simplified" License
1.01k stars 48 forks source link

Multiple event handlers get concatenated into one string #5

Closed vorg closed 8 years ago

vorg commented 8 years ago
hx`<textarea  
ondragenter=${onTextAreaDragEnter} 
ondrop=${onTextAreaDrop}
onkeyup=${onTextAreaChange} >
</textarea>

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

ghost commented 8 years ago

tested, this seems fixed in 1.0.3.