Skip to content

Ajax support #12

@adaniello

Description

@adaniello

A very frequent use case is working with a large number of options.

In these cases it is useful to load the options asynchronously via Ajax, as you scroll the list or perform the search.

Any ideas on how to do it?

Searching is easier, for example by handling the "change" event on the search box.

The "pagination" of a very long list, however, I believe requires an event on the scroll of the dropdown menu which, once a certain number of options have been scrolled, call a new page.

In both cases it could become more problematic when there is a value already selected that must be maintained during these operations.

Any ideas or suggestions?
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions