Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Filter not working when data pulled from ajax request #29

Open
vinaykannambadi opened this issue Nov 29, 2016 · 0 comments
Open

Filter not working when data pulled from ajax request #29

vinaykannambadi opened this issue Nov 29, 2016 · 0 comments

Comments

@vinaykannambadi
Copy link

vinaykannambadi commented Nov 29, 2016

options: {
html: true,
focusOpen: false,
onlySelectValid: true,
minLength: 1,

        source: function(request, response) {
            
        $.ajax({
        url: "some url",
        dataType: "json",
        data: request,
        success: function(data) {
            
            response(data);   

        

        
      }

this is how i had used this widget but unable to filter options in response data

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

No branches or pull requests

1 participant