-
## Summary
Add TwoWay possibility with a CollectionView MultipleSelection and with CollectionView list
Example:
[CollectionViewSample.zip](https://github.com/xamarin/Xamarin.Forms/files/3397975/C…
-
**Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both…
-
Multiple selection is not working on SpListPresenter. For example:
```
SpListPresenter new
items: #(1 2 3 4);
beMultipleSelection;
openWithSpec
```
The multiple selection will not w…
-
I'm on Firefox 81 on Ubuntu 18.04 64-bit.
Is the binder still up to date and maintained? I was trying to help a CadQuery user on Discord get started with jupyter-cadquery, but we can't get the bind…
-
- `downshift` version: 6.0.6
- `node` version:
- `npm` (or `yarn`) version:
**Relevant code or config**
See repro
**What you did**:
First of all **thank you so much for this library…
-
## Steps to Reproduce
1. flutter clean
2. flutter pub upgrade
3. flutter pub get
4.flutter run --release (Leads to bug)
**Expected results:**
App works.
**Actual results:**…
-
When a file is selected and the application tries to read the content, file size is 0
This is my code
```
openFilePicker() {
let extensions = [];
let that=this;
if…
j99ht updated
4 years ago
-
When building my project with Xcode 12, Eureka fails to build with a `Segmentation Fault: 11` error.
The error log begings like this:
```
1. Apple Swift version 5.3 (swiftlang-1200.0.16.13 clang-12…
-
Thanks for the awesome library, I implemented "Custom file picker" and its work fine in android platform with the demo code.
> let extensions = [];
>
> if (app.ios) {
> extensions = [kUTTyp…
-
See below image (On Android Emulator): -
![image](https://user-images.githubusercontent.com/23383712/63100118-67b35c80-bf44-11e9-8772-aa5618c06346.png)
Code: -
onChooseLocalFile() : void {
…