Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

feat(slider): add minmax property #2020

Closed
wants to merge 2 commits into from
Closed

Conversation

rapropos
Copy link
Contributor

@rapropos rapropos commented Nov 7, 2019

This is intended to address #2019.

There are probably ways to do this without adding an additional property binding, but I couldn't think of any that didn't add additional surprise. The fundamental problem seems to be that existing values are used for sanity checking on new ones, which setting them as a unit avoids.

@codecov
Copy link

codecov bot commented Nov 7, 2019

Codecov Report

Merging #2020 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2020   +/-   ##
=======================================
  Coverage   90.42%   90.42%           
=======================================
  Files          97       97           
  Lines        4322     4322           
  Branches      586      586           
=======================================
  Hits         3908     3908           
  Misses        211      211           
  Partials      203      203

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2046fe...3f53a3a. Read the comment docs.

@trimox
Copy link
Owner

trimox commented Feb 17, 2020

@rapropos Sorry for the delay! Issue resolved as part of slider improvements #2073 for v5.0.3

@trimox trimox closed this Feb 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants