-
Notifications
You must be signed in to change notification settings - Fork 1k
Gh1019 deprecate checkbox and radio buttons #1115
Gh1019 deprecate checkbox and radio buttons #1115
Conversation
Hey, nice, it isn't a breaking change! We'll wait until the 3.7.0 release to rip out ye ole checkbox/radio then... |
closes #1113, #1059, #1050, fixes #1019 and #1107 |
please rebase to master and address any merge issues. Thanks! |
Assigning back to @CormacMcCarthy now that I've tested the merge out and it seems okay. |
Please add text to the original PR comment above stating this does not work in all browsers, specifically all versions of IE (8-11) (although, I hear Windows Phone might). We should note that
|
Please fix:
|
Closing until we figure out a fix. |
Lets keep these open if they are still in progress (even if "in a completely different way"). Owner should force push to fork when complete. |
Wait again on this --- bug in radio with alignment. |
I'll take it when it's ready again. |
It's ready, sorry. |
Please fix:
|
Validation warnings laxed to account for header in section thing, and ARIA controls issues fixed. Also have merged in lastest master and resolved conflicts with @cmcculloh work involving auto-linking to sections in the Ready to test one more time! |
b326355
to
46958de
Compare
…precating the custom controls javascript. New grunt servedev task added to Gruntfile.js for LESS dev work. New markup examples added. Checkbox and radio button style and markup work done in advance of deprecating the custom controls javascript. New grunt servedev task added to Gruntfile.js for LESS dev work. New markup examples added.
5ee55b7
to
1965055
Compare
…-and-radio-buttons Gh1019 deprecate checkbox and radio buttons
Modified styles for radio and checkbox so that they will look correct when the custom controls are deprecated.
Added a new "dev" workflow to grunt, along with a
servedev
task that bypasses building the normaldist/
stuff, added things to.gitignore
for the files it does make.