Skip to content

Commit c6cf3b9

Browse files
authored
Merge pull request #3 from asanovr/fix-disabled-input
Fix disabled input
2 parents a338d7a + 8bd2b0b commit c6cf3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/components/otp-input.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"
103103
>
104104
<input
105+
{{$isDisabled ? 'disabled' : ''}}
105106
type="{{$inputType}}"
106107
maxlength="1"
107108
x-ref="{{$column}}"

0 commit comments

Comments
 (0)