diff options
author | Valerio Virgillito | 2012-04-05 11:45:09 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-05 11:45:09 -0700 |
commit | 91ffa45e4eb69b1434460f9b6c618745ac19a74e (patch) | |
tree | 6d57b91e8c114aa7fa0f29666549d93841d6bf7e /node_modules/components-data/number-input.json | |
parent | 17ca01f54591187f5c0812c0fd2cb7260afa9639 (diff) | |
parent | b60e576af3915ce0cd7b60ed5e8ed6ff6f1ea9dc (diff) | |
download | ninja-91ffa45e4eb69b1434460f9b6c618745ac19a74e.tar.gz |
Merge pull request #153 from mencio/components
Components panel cleanup and displaying only simple properties.
Diffstat (limited to 'node_modules/components-data/number-input.json')
-rw-r--r-- | node_modules/components-data/number-input.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index d446fc37..5e53fe58 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json | |||
@@ -6,7 +6,11 @@ | |||
6 | "name": "NumberInput", | 6 | "name": "NumberInput", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | { | |
10 | "name": "value", | ||
11 | "type": "number", | ||
12 | "default": null | ||
13 | }, | ||
10 | { | 14 | { |
11 | "name": "min", | 15 | "name": "min", |
12 | "type": "number", | 16 | "type": "number", |