Giter VIP home page Giter VIP logo

Comments (6)

rniemeyer avatar rniemeyer commented on July 30, 2024

Thanks for this. I'll look at merging it in tonight with hopefully some tests to go with it.

from knockout-sortable.

rniemeyer avatar rniemeyer commented on July 30, 2024

@nezda In this case that there is a sub-option defined at the global level and also in the binding (same option), I think that we would want the one in the binding to win. Do you agree? Thanks.

from knockout-sortable.

nezda avatar nezda commented on July 30, 2024

I definitely agree. Unless I made a mistake, this patch should do that.

from knockout-sortable.

rniemeyer avatar rniemeyer commented on July 30, 2024

@nezda - this line: ko.utils.extend(value.options, ko.bindingHandlers.sortable.options); will overwrite existing options passed into the binding with the global options. So, the result will be merged, but options specified both in the binding and globally will end up being taken from the global setting.

We would probably need to create a copy of the global options using extend, then apply the local settings to it, then replace the local settings with this new merged copy.

from knockout-sortable.

nezda avatar nezda commented on July 30, 2024

Yikes, you are right, that code didn't do exactly what I intended. I agree with your proposed solution. I will revise my copy and submit another pull request.

from knockout-sortable.

rniemeyer avatar rniemeyer commented on July 30, 2024

@nezda Thanks again for reporting this one and submitting the pull request. I made the fix using logic similar to what we discussed.

from knockout-sortable.

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.