yogakurniawan/vue-tel-input-vuetify

Feature Request: Use v-bind="$attrs" and v-on"$listeners"

Closed this issue ยท 2 comments

Is your feature request related to a problem?

Yes, it is. I'd like to pass a menu-props to the v-select, but It doesnt receive it.
So I realised that lots of props from vuetify are declared explicitly, and thought of suggesting to add the v-bind="$attrs" and v-on="$listeners", or even, just add a prop menu-props and set to v-select.

Describe the solution you'd like

The new prop added or a dinamic approach to this.

Describe alternatives you've considered

I only thought those two.

Additional context

I created a wrapper using the vue-tel-input-vuetify, and I'd like the vue-tel-input-vuetify to receive any vuetify prop and propagate, specially the one I mentionted: menu-props.

๐ŸŽ‰ This issue has been resolved in version 1.3.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

Hi @kauanschaeffer
Thank you for your PR, it has been merged and deployed as version 1.3.0 ๐ŸŽ‰