[slider] Add a logarithmic scale example#6672
Conversation
|
Hi @oliviertassinari I really like this example, thanks! |
The step property represents the smallest amount user can change in the |
|
@oliviertassinari Yeah, I know the general role of the step prop, I was wondering about it in the context of this example. Maybe I'm missing something, but wont that mean that the slider will only be able to move in steps of 10k? Thanks. |
|
You are right by 10k steps. |
|
ok, thanks. (Typo fixed) |
commit 890de59 Author: Olivier Tassinari <[email protected]> Date: Sat Apr 22 17:28:08 2017 +0200 [Slider] Add a logarithmic scale example (mui#6670) (mui#6672) [Slider] Add a logarithmic scale example commit d02365c Author: Olivier Tassinari <[email protected]> Date: Sat Apr 22 17:14:52 2017 +0200 Revert "[Slider] Add a logarithmic scale example (mui#6670)" This reverts commit f140ea3. commit f140ea3 Author: Olivier Tassinari <[email protected]> Date: Sat Apr 22 17:13:22 2017 +0200 [Slider] Add a logarithmic scale example (mui#6670)
Fixed the mistake I have done with #6670.