-
**Describe the bug**
when selecting multiple photos, the "cropping" screen is skipped
**To Reproduce**
Steps to reproduce the behavior:
1. Select Multiple Photos
2. Click on 'Next'
**Expect…
-
If you try fast tapping on items one by one, not all tapped items will be selected.
If implement multiple selection via core ListView (like it done in [Examples NativeScript app](https://play.google.…
-
### Is your feature request related to a problem? Please describe.
A multi selection combo-box is usually part of UI framework's base components,
here are some examples from other UI frameworks:
…
-
-
when i set multipleSelection NO
in example
` [self showDropDownForButton:sender adContents:@[@"Two wrongs don't make a right.",@"No man is an island.",@"Aplhabetic sorting",@"Fortune favors …
-
Dear Developer,
```
private uploadFiles() {
openFilePicker({
extensions: isIOS ? [kUTTypeImage, kUTTypePDF] : ['image/*', 'application/pdf'],
multipleSelection: true,
...
```
…
-
**Describe the bug**
When systelab-listbox component is disabled elements can be select/unselect. On the other, after component has been enabled elements can not be selected.
**To Reproduce**
St…
-
When I select a file `getFiles` isn't triggered
✔ Component nativescript has 7.0.10 version and is up to date.
✔ Component @nativescript/core has 7.0.11 version and is up to date.
✔ Component @na…
-
**Platform:** Android (emulator and device)
**Issue:** No PDF files detected on using openFilePicker(), only image files
**Code:**
pickFile(type) {
let extensions = [];
…
-
Dear sirs, I have a component that, after selecting an item of type object, loads a list into another subsequent component. The problem occurs when I change the top component and it does not clear the…