slider input disabled support (#321)
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
<input
|
<input
|
||||||
type="range"
|
type="range"
|
||||||
class="w-full mt-3"
|
class="w-full mt-3"
|
||||||
|
:disabled="disabled"
|
||||||
:min="minSlider"
|
:min="minSlider"
|
||||||
:max="maxSlider"
|
:max="maxSlider"
|
||||||
:step="stepSlider"
|
:step="stepSlider"
|
||||||
|
|||||||
Reference in New Issue
Block a user