add support for radio groups (#399)

* add groupID to radio

* add groupId

* bump up to new version
This commit is contained in:
Tom Ball
2017-05-16 16:19:52 -07:00
committed by GitHub
parent cec694a113
commit 72e95438eb
3 changed files with 25 additions and 16 deletions

View File

@ -38,6 +38,6 @@
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
"pxt-core": "0.12.71"
"pxt-core": "0.12.72"
}
}