Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
fix(Slider): Input has no hint prop
Browse files Browse the repository at this point in the history
Signed-off-by: Florian-Schoenherr <florian.schoenherr99@gmail.com>
  • Loading branch information
Florian-Schoenherr committed Feb 12, 2021
1 parent 316200f commit 31e1ae2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
export let inverseLabel = false;
export let readonly = false;
export let disabled = null;
export let hint = '';
export let style = null;
function format(val) {
Expand Down Expand Up @@ -106,7 +105,7 @@
</style>

<!-- svelte-ignore a11y-label-has-associated-control -->
<Input class="s-slider" {color} {readonly} {disabled} {hint}>
<Input class="s-slider" {color} {readonly} {disabled}>
<!-- Slot for prepend outside the input. -->
<slot slot="prepend-outer" name="prepend-outer" />
<label class="s-slider__label" class:inverse-label={inverseLabel}><slot /></label>
Expand Down

1 comment on commit 31e1ae2

@vercel
Copy link

@vercel vercel bot commented on 31e1ae2 Feb 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.