I realized I didn't actually want databinding, just the ability to get the checked radio button value while validating a form.
Here's the PR that should allow the behavior: https://github.com/jenkinsci/jenkins/pull/2734 Thanks, Claudiu -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jesse Glick Sent: Wednesday, February 1, 2017 12:06 To: Jenkins Dev <[email protected]> Subject: Re: radioBlock doesn't have a "field" attribute On Wed, Feb 1, 2017 at 1:51 PM, 'Claudiu Guiman' via Jenkins Developers <[email protected]> wrote: > Why doesn’t the radioBlock have a “field” attribute so it can be used > with databinding? There is no databinding-friendly control for radio blocks yet. You could write one. Or just use a dropdown selector, which does have databinding support. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fjenkinsci-dev%2FCANfRfr0fkwVMA4u9nsYFWXkgtdxWYBa0gGYkc5bHwxcLz%252BKj4g%2540mail.gmail.com&data=02%7C01%7Cclguiman%40microsoft.com%7C2d58a2550b4c4a229af708d44addb642%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636215763484286023&sdata=1OuHZyhv4JyBoaLHff5Xe0EDzuRtJLNPrbSMK5%2B6a5M%3D&reserved=0. For more options, visit https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Foptout&data=02%7C01%7Cclguiman%40microsoft.com%7C2d58a2550b4c4a229af708d44addb642%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636215763484286023&sdata=Oi4gWfz6jbrtyGlfdaNOVXyO2tBXn1rqnNXbBWLr6Tg%3D&reserved=0. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CY1PR0301MB166015AADE618626B9E38FA3D74E0%40CY1PR0301MB1660.namprd03.prod.outlook.com. For more options, visit https://groups.google.com/d/optout.
