-
**Describe the bug**
I am using this plugin for filepicker mode only but when i upload on google play store i receive an error :
https://i.imgur.com/JPYSUKf.png
but i am not using camera.
`let…
-
Every time I type `num run watch`, it starts watching the source files but it also opens the `src` directory in a new instance of my editor, which is Webstorm. It also opens `./node_modules/typed-css…
-
**Describe the bug**
When selecting more options than the full width of the input box. The selected options go out of bounds. Example in the official demo:
![image](https://user-images.githubusercon…
-
### Steps to Reproduce:
1. Go to https://js.devexpress.com/Demos/WidgetsGallery/Demo/DropDownBox/MultipleSelection/Vue/Light/
2.
3.
### Results You Received:
![image](https://user-image…
-
请问怎么设置成多选。这是为写的代码,但是失败了
if (show_upload_images_window){
fileDialog.Open();
fileDialog.Display();
if(fileDialog.HasSelected())
{
…
-
When call openFilePicker console return: Error in v-on handler: "TypeError: Cannot read property 'then' of undefined"
My SelectModal.vue:
```
openPicker(item) {
switch (item.key)…
-
When call openFilePicker console return: Error: TypeError: params.extensions.map is not a function
My SelectModal.vue:
```
openPicker(item) {
switch (item.key) {
…
-
Hi,
I'd like to change the font style of the survey elements. I tried overriding the textTheme in SurveyKit().
I found out that headline6 is used for e.g. question type title and selected value …
-
Just a quick question.
Do I use mimetypes: eg. `["application/msword"]`
OR use it like this `['.doc', '.docx']?`
-
I have a function which can grab the nodes within a selected area and display their attributes in a separate window on the side. However, I want to expand on this by being able to grab the edges with…