Giter VIP home page Giter VIP logo

Comments (3)

indrimuska avatar indrimuska commented on July 28, 2024

Hi @jintu-varghese, can it be helpful to have an option that allows you to set all the items in one time? I mean something like this:

var myOptions = [
    { text: 'Label 1', value: 1, data: {} },
    { text: 'Label 2', value: 2, data: { optional: true } }
];
$element.editableSelect({
    options: myOptions
})

If you provide me a little example (fiddle/plunker) I can try to find a solution for this.

from jquery-editable-select.

alanhill avatar alanhill commented on July 28, 2024

Hey @indrimuska

I'm running into this as well, my hunch is it's due to one of the more recent versions released. The version I used in August didn't have this issue.

I made an example rails app here https://github.com/alanhill/editable-select-example with instructions to get going.

Source for editable-select is here, instructions to get the app going are in the README, initialization of my instance of the script is in the view.

On a production app it hangs for well over 15 seconds with ~900 entries, while the entries themselves take milliseconds to load.

I've confirmed by wrapping the editableSelect function in an onChange that it is the initialization of the plugin causing the hanging.

Will try to revert back to a previous version to see if that fixes it, but any ideas on this version would be appreciated!

from jquery-editable-select.

NucleaPeon avatar NucleaPeon commented on July 28, 2024

I attempted to display 759 options in a select. Once I called editableSelect(), it hung and I had to close the tab. All js/css was minified and hosted locally. Sorry I cannot add more than a "me too" to this.

from jquery-editable-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.