Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fullWidth prop for Slider does not work in v 1.11.3 #375

Closed
roberta-racco opened this issue Jan 5, 2021 · 0 comments
Closed

fullWidth prop for Slider does not work in v 1.11.3 #375

roberta-racco opened this issue Jan 5, 2021 · 0 comments
Assignees

Comments

@roberta-racco
Copy link

Adding the Slider component:

<Slider
  fullWidth
  name={`slider-name`}
  min={0}
  max={100} 
  minLabel="%"
  maxLabel="%"
  disabled={!checkValue}
  value={value}
 />

even if i remove or add the fullWidth prop the slider is rendered always small
Screenshot 2021-01-05 at 11 43 39

@Utzel-Butzel Utzel-Butzel self-assigned this Jan 6, 2021
Utzel-Butzel added a commit that referenced this issue Jan 6, 2021
Utzel-Butzel pushed a commit that referenced this issue Jan 6, 2021
## [1.11.4](v1.11.3...v1.11.4) (2021-01-06)

### Bug Fixes

* **Slider:** fullWidth prop works now ([#375](#375)), Footer accepts custom components for Logos ([04289e3](04289e3))
Utzel-Butzel added a commit that referenced this issue Jan 11, 2021
* origin/next:
  chore(release): 1.11.4 [skip ci]
  fix(Slider): fullWidth prop works now (#375), Footer accepts custom components for Logos
  chore(release): 1.11.3 [skip ci]
  fix(package): description changed
  chore(release): 1.11.0 [skip ci]
  fix(package): manual version bump
  chore(release): 1.11.0 [skip ci]
  chore(release): 1.11.0 [skip ci]
  fix(Search): onChange was returning a wrong target value (#368)
  chore(release): 1.11.0 [skip ci]

# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants