We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have a checkbox
<input type='checkbox' checked='{{ rateType.active }}' on-click='{{ changeRate }}'/>{{rateType.name}}
and when I change on-click to on-tap the changeRate function does not get called. Is this behavior expected?