You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can set a function name for click event of a textfield component?
components: [
{
title: 'First Name',
key: 'firstname',
type: 'textfield',
label: 'First Name',
input: true,
clickEvent:'test()',
}
or other ways
The text was updated successfully, but these errors were encountered:
how can set a function name for click event of a textfield component?
components: [
{
title: 'First Name',
key: 'firstname',
type: 'textfield',
label: 'First Name',
input: true,
clickEvent:'test()',
}
or other ways
The text was updated successfully, but these errors were encountered: