quickadd
quickadd copied to clipboard
[BUG] suggester is not allowing custom user input on android mobile, works on laptop though
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