Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): support initial empty value for slider
When importing a slider, the initial value is `''`, which throws an error like `TypeError: "".toFixed is not a function`. I just handle this edge case.
- Loading branch information