-
MainActivity.java:26: error: constructor DefaultReactActivityDelegate in class DefaultReactActivityDelegate cannot be applied to given types;
return new DefaultReactActivityDelegate(
…
-
Hi, I found this addon a few days ago and I've been using it in my project, but for some reason the suggestions list is not scrollable for me when using android (works fine for ios though). I've tried…
-
I'm trying to use this with alert from react native,when the user select a option i show a alert to confirm .
But after use Alert the modal dropdown never hide , it stays on the screen forever, no…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
Investigate using the dialog ele…
-
Hi,
is it possibile to add property `doNotCloseOnSelect={true}` in order to avoid close dropdown menu after selecting item?
I mean:
I'm using this package to manage _multi-select_ dropdown. It is w…
-
Hello there.
As I am happy using this library, I find it ankward to have to _override_ the css, or the html markup.
```html
…
-
### Describe the bug
Small regression from #325
Since for now we strip the emojis in the dropdown for the startfeed config (TLDR on windows they don't render properly, also on some linux distros, …
-
Would it be possible to add a feature to select what terminal the command should be run in? I have my react-native packager in one terminal and then I have another for other commands. I would like to …
bwees updated
3 years ago
-
Hi guys,
This is my first time using this package, thanks for the great work!
I am creating a form with multiple dropdowns for the Web. I am having some issues when the dropdown is open, the dr…
-
Sure, I can use setState to control the style dynamically change while is open or not, but it will cost re-render. so i am wonder if the style could added into package itself to improve the performanc…