-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(file-picker): add
limit
option for iOS (#108)
* feat(file-picker): Create the option to define a limit for the number of files picked by user #17 Update FilePicker.swift, FilePickerPlugin.swift and README.md * changeset * bug(file-picker): pickFiles on Safari web does not bring up file picker on first call #14 * Apply suggestions from code review Co-authored-by: Robin Genz <[email protected]> * Revert "bug(file-picker): pickFiles on Safari web does not bring up file picker on first call #14" This reverts commit b8682fa. * docgen definitions update * prettier --------- Co-authored-by: Robin Genz <[email protected]>
- Loading branch information
1 parent
1377baa
commit 777fff5
Showing
5 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@capawesome/capacitor-file-picker': minor | ||
--- | ||
|
||
feat(ios): add `limit` option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters