Equal
Equal copied to clipboard
[ Feature Request ] onClickPrefix and onClickSuffix events
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Hi, can you add onClickPrefix and onClickSuffix events for input?
Describe alternatives you've considered
<span v-if="prefixIcon" class="it-input-icon-wrapper" @click="emit('clickPrefix', $event')">
<span v-if="suffixIcon" class="it-input-icon-wrapper" @click="emit('clickSuffix', $event')">
Additional context
No response