mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-30 16:00:32 -04:00
Add support to py- events that map all js events available (#561)
* added the py- events throughout pyscript.ts * Integrated the py- event throughout the examples * Fixed spelling error
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<input id="new-task-content" class="py-input" type="text">
|
||||
<button id="new-task-btn" class="py-button" type="submit" pys-onClick="add_task">
|
||||
<button id="new-task-btn" class="py-button" type="submit" py-onClick="add_task">
|
||||
Add task
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user