Kiran

Results 8 comments of Kiran

@bogdanciuca - Thank you. That worked. Do you have any workaround for "After selecting the item, it is not showing in the input field in the expected format until we...

@jm-david @keligijus did you guys get any solution for this ? Thank you .

@keligijus - No luck for me . I tried 1) Getting the current carrot position of div 2) Saving the position 3) Getting the contents of the clicked emoji 4)...

It is not consistent and also I can not able to delete it id user wants to delete it with Backspace. The approach I took is kind of fake ....

@vijaythecoder :- Use this in the Vuejs's **mounted** call back method and you would be fine .

@robin-epicswan @jorgetutor - Hello , Are you able to resolve the facebook issue ? I am getting the same problem , It is not embedding

Installing @vue/cli-init also resolved the issue . Here are the steps ``` 1) npm install -g @vue/cli @vue/cli-init 2) vue init vuetifyjs/nuxt my-project 3) cd my-project 4) npm install ```...

> I had the same issue but i was able to fix it by adding: > > ```js > computed: { > origin: true, > fullBaseUrl: process.env.AUTH_URL, > }, >...