kbrgmn

Results 6 comments of kbrgmn

L422Y from the Nuxt Discord checked that: - if the `` from the one component is removed, it doesn't lock up - if the `` stays, and `- nsetetur sadipscing...

Hi @saujam, if you want to implement a Key in Java instead of Kotlin, you will have to extend from `JavaKey` instead of `Key`. There you will not have to...

I'll try to create a reproduction shortly, but I can showcase quickly how I use it right now: https://github.com/iamstevendao/vue-tel-input/assets/90308568/f9d15a28-ebb0-4e9c-9f52-5da399e7cd37 I'm using the component like this from (latest) a Nuxt 3.11.1...

I pushed a reproduction here: https://github.com/kbrgmn/vue-tel-input-reproduction Basically, it's just the start project with `dependencies: "vue-tel-input": "9.0.0"` & ` "devDependencies": "@types/vue-tel-input": "2.1.6"` and the main page with: ```vue import {VueTelInput} from...

Seems to be fixed with #463, so per [v9.1.1](https://github.com/iamstevendao/vue-tel-input/releases/tag/v9.1.1)