quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

[BUG] suggester is not allowing custom user input on android mobile, works on laptop though

Open shoebmogal opened this issue 1 month ago • 0 comments

Code:

const files = app.vault.getFiles()

const selectedFile = await quickAddApi.suggester( files.map((file) => file.basename), files, "Enter file name", true // allowCustomInput = true );

This works on my laptop, but fails on android.

When I add text thats not present in the "files" it just says not found, but doesnt accept Enter or Escape.

Thanks

shoebmogal avatar Nov 19 '25 00:11 shoebmogal