mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 21:06:58 -04:00
Add description field to all input type components.
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
defaults: {
|
||||
label: '',
|
||||
options: [],
|
||||
description: '',
|
||||
attributes: {}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -6,7 +6,8 @@ module.exports = {
|
||||
style: require('../../styles/clay/components/color.scss'),
|
||||
manipulator: 'color',
|
||||
defaults: {
|
||||
label: ''
|
||||
label: '',
|
||||
description: ''
|
||||
},
|
||||
initialize: function(minified) {
|
||||
var HTML = minified.HTML;
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
manipulator: 'val',
|
||||
defaults: {
|
||||
label: '',
|
||||
description: '',
|
||||
attributes: {}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
defaults: {
|
||||
label: '',
|
||||
options: [],
|
||||
description: '',
|
||||
attributes: {}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
defaults: {
|
||||
label: '',
|
||||
options: [],
|
||||
description: '',
|
||||
attributes: {}
|
||||
},
|
||||
initialize: function() {
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
manipulator: 'checked',
|
||||
defaults: {
|
||||
label: '',
|
||||
description: '',
|
||||
attributes: {}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user