Giter Site home page Giter Site logo

Comments (7)

gf3 avatar gf3 commented on August 21, 2024

+1

from backbone-forms.

powmedia avatar powmedia commented on August 21, 2024

I've added in a Checkbox editor for now, radio buttons coming down the line

from backbone-forms.

gyordanov avatar gyordanov commented on August 21, 2024

nice :)

I ran into a strange problem - basically if the initial checkbox value is true, the user interaction does not change the getValue() result - it always thinks its checked.
My guess is that what jquery does/uses for the :checked state, does not match what my browser (Chrome on OSX) sets when the user interacts with the checkbox. So - my current 'hack/fix' is to add a click listener and toggle the state with jquery ...

not sure if this is in a good state to be merged but i'll make a pull request if you think its a good idea ...

here is the commit in question:
gyordanov@533239

from backbone-forms.

powmedia avatar powmedia commented on August 21, 2024

The checkbox works for me on Chrome OSX. Can you try running the test/index.html file and see if you get any failed tests? Also try using the checkbox on the page to see if that works as expected. You can get the value by doing form.getValue() in the console.

from backbone-forms.

gyordanov avatar gyordanov commented on August 21, 2024

strange, it does work fine on the test page, but it fails in my app - lets see what causes it to do so :(

from backbone-forms.

gyordanov avatar gyordanov commented on August 21, 2024

ok i think i found it - if you 'upgrade' to jquery-1.6.4 it does not work, all the test pass but if you click on the 'label' in the test page it always returns true regardless how many times you click it.
I should have just used the same version as you (1.6.2) but it never crossed my mind that such a small version bump will create this problem ....

so to fix this im just switching to 1.6.2 :)

from backbone-forms.

powmedia avatar powmedia commented on August 21, 2024

Radio support added thanks to mjtamlyn

from backbone-forms.

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.