Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 81bb16a

Browse files
committed
range-editor: set default min, max and step values
1 parent d479778 commit 81bb16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-editors.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270
<script>
271271
Polymer('x-range-editor', {
272272
min: 0,
273-
max: 0,
274-
step: 0,
273+
max: 1,
274+
step: 0.1,
275275
defaultValue: 0,
276276
metaChanged: function() {
277277
if (this.meta) {

0 commit comments

Comments
 (0)