File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 430430
431431 function begin ( ) {
432432 init ( ) ;
433- self . setValue ( conf . value || conf . min ) ;
433+ self . setValue ( conf . value !== undefined ? conf . value : conf . min ) ;
434434 }
435435 begin ( ) ;
436436
Original file line number Diff line number Diff line change 1414}
1515</ style >
1616
17- < div class ="ranger "> < input class ="range " type ="range " min ="0 " max ="10 " step ="1 " value ="5 " /> </ div >
17+ < div class ="ranger "> < input class ="range " type ="range " min ="-10 " max ="10 " step ="1 " value ="0 " /> </ div >
1818< div class ="ranger "> < input class ="range " type ="range " min ="0 " max ="1 " step ="0.1 " value ="0.2 " /> </ div >
1919< div class ="ranger "> < input class ="range " type ="range " max ="100 " step ="1 " /> </ div >
2020< div class ="ranger "> < input class ="range " type ="range " min ="400 " max ="1000 " step ="100 " value ="500 " /> </ div >
You can’t perform that action at this time.
0 commit comments