RonaldJerez / vue-input-facade

A lightweight and dependency free input masking library created specific for Vue
https://ronaldjerez.github.io/vue-input-facade/latest/
182 stars 27 forks source link

feat: Add event keypress #86

Open Bundara123 opened 8 months ago

Bundara123 commented 8 months ago

Description

I need to raise events from the event in component to the outside component continues logic for our business logic

RonaldJerez commented 8 months ago

Listing all the events is starting to look redundant, I wonder if perhaps this is an opportunity to refactor this to use v-on="$listeners" instead?

Bundara123 commented 8 months ago

Listing all the events is starting to look redundant, I wonder if perhaps this is an opportunity to refactor this to use v-on="$listeners" instead?

you need to refactor to on="$listeners"` is good