Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot select multiple images when pressing enter #109

Open
tuanta1992 opened this issue Jun 15, 2024 · 0 comments
Open

Cannot select multiple images when pressing enter #109

tuanta1992 opened this issue Jun 15, 2024 · 0 comments

Comments

@tuanta1992
Copy link

window.CKFinder.modal({
chooseFiles: true,
width: 800,
height: 600,
onInit: function (finder) {
finder.on('files:choose', function (evt) {
var files = evt.data.files;
console.log(files);
})
})
});
When I select multiple images and start clicking the select button, the system returns the array of selected images, but when I select multiple images and press the enter button, only one image is returned, why? I don't remember this problem on ckfinder 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant