JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Buttons › How to custom the submit function of a form › Reply To: How to custom the submit function of a form
August 17, 2020 at 7:36 am
#100969
admin
Keymaster
I wanted to use the button of the library and specify with function to call something likee that:
<smart-form-control align="right" control-type="button" label="Submit" class="primary" (click)="myFunc($event)"></smart-form-control>