Skip to content

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

@shoebmogal

Description

@shoebmogal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions