Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 617 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 617 Bytes

Kasimir form

KaForm

<form is="ka-form"
      onchange=""
      onsubmit=""
      debounce="">
</form>

Methods

Method Description

Properties

Attribute Description
$data Object representing the form data
$event Reference to the original event triggering event handlers

Attributes

Attribute Description
onchange Handler to handle change events
onsubmit Handler to handle form submit
debounce Debounce keypress events (default: 200ms)