the element to bind the event to
DecoratorCallback
Decorator to bind a change event to an element. For checkboxes, this will return "on" when checked or "" when unchecked.
@Change("myInput")myInputChange(e: ChangeEvent) { console.log("Input changed"); Copy
@Change("myInput")myInputChange(e: ChangeEvent) { console.log("Input changed");
Generated using TypeDoc
the element to bind the event to