make the tap-highlight not highlight the description

This commit is contained in:
Keegan
2016-03-03 00:49:55 +11:00
parent 226dd682e0
commit 797fa1d9ab
11 changed files with 64 additions and 34 deletions
-9
View File
@@ -97,15 +97,6 @@ module.exports = [
"description": "Some arbitrary text explaining how this all works. " +
"It's cool if this wraps across multiple lines"
},
{
"type": "input",
"appKey": "date",
"defaultValue": "",
"label": "Range",
"attributes": {
type: "range"
}
},
{
"type": "select",
"appKey": "flavor",