File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 206206 class:in-range ={inRange (min )}
207207 style =" {orientationStart }: 0%;"
208208 on:pointerdown ={(e )=> {labelDown (e )}}
209- on:pointerup ={(e )=> {labelUp (pipVal ( min ) ,e )}}
209+ on:pointerup ={(e )=> {labelUp (min ,e )}}
210210 >
211211 {#if all === ' label' || first === ' label' }
212212 <span class =" pipVal" >
244244 class:in-range ={inRange (max )}
245245 style =" {orientationStart }: 100%;"
246246 on:pointerdown ={(e )=> {labelDown (e )}}
247- on:pointerup ={(e )=> {labelUp (pipVal ( max ) ,e )}}
247+ on:pointerup ={(e )=> {labelUp (max ,e )}}
248248 >
249249 {#if all === ' label' || last === ' label' }
250250 <span class =" pipVal" >
Original file line number Diff line number Diff line change 263263 <RangeSlider bind:values ={decimals2 } float pips all ="label" min ={- 0.01 } max ={0.01 } step ={0.0005 } precision ={5 } {reversed } {hoverable } {disabled } />
264264 {decimals2 }<br >
265265
266+ <h2 >Irregular start/end numbers</h2 >
267+ <RangeSlider values ={[30 ,130 ]} float pips all ="label" hoverable range min ={20 } max ={130 } pipstep ={3 } step ={5 } />
268+ <RangeSlider values ={[30 ,130 ]} float pips all ="label" hoverable range min ={30 } max ={130 } pipstep ={1 } step ={1 } />
269+
266270 <h2 >Aria Labels</h2 >
267271 <p >Inspect the Dom to see the labels</p >
268272 <RangeSlider ariaLabels ="ab" values ={[5 ,20 ]} {reversed } {hoverable } {disabled } />
You can’t perform that action at this time.
0 commit comments