slider input disabled support (#321)

This commit is contained in:
formsdev 2024-02-14 17:33:22 +05:30 committed by GitHub
parent 26825d5182
commit 8e4d0f7ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<input
type="range"
class="w-full mt-3"
:disabled="disabled"
:min="minSlider"
:max="maxSlider"
:step="stepSlider"