Closed Laravelka closed 1 year ago
No response
Hi, can you add onClickPrefix and onClickSuffix events for input?
<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')">
Input prefix and suffix now has slots. You can use onClick on the lement in slot
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Describe alternatives you've considered
Additional context
No response