Eugene
Eugene
Hello, I have set selectionLimit to 1. If I have selected a value and then want to select another value, I first have to unselect the value currently chosen. Can...
In my VueJS 3 project (@vue/cli 4.5.15), no grid is being displayed, although if I look in the console, I can see the grid html tags. I have created a...
Hi, Can you please help? I am trying to implement the filesaver, but can't get it working. Nothing happens when I click the **Download** button. I have the following defined...
Hi, I have installed v-tooltip and included the following code in my main.js: ``` import { createApp } from 'vue' import App from './App.vue' import router from './router' import VTooltip...
Implemented the example, but get this error: 
When I include 'froala' in my module definition: ``` angular.module('myApp', [ 'froala' , 'ngRoute' ]) ``` I get this error message Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.7.9/$injector/modulerr?p0=myApp&p1=Error%3A%2...
Installed it for my VueJS3 project with npm without problem, imported it in my component, but I get error message.   
Hi @basarozcan, great component! I have a few feature requests: 1) The ability to use the cursor down and up key when the list with matches is shown, to immediately...
Hi, I want the icon to show in white, but can't succeed in doing so. E.g. error shows a red icon (see attached) Can you please advise how I can...
Hi, I fail to pass the read workbook to the $scope. How can I do that? I want this, because I don't want to process next actions immediately after I...