Skip to content

Commit

Permalink
Update picker.blade.php
Browse files Browse the repository at this point in the history
Removed  :attributes="$input" from x-wireui-wrapper::element, is not effective and overrides the readonly attribute on the component

Signed-off-by: Mattia Marchiorato <[email protected]>
  • Loading branch information
MattiaMarchiorato authored Oct 22, 2024
1 parent 5157356 commit 54fb6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/DatetimePicker/views/picker.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class="
<x-wireui-wrapper::element
readonly
autocomplete="off"
:attributes="$input"
class="cursor-pointer"
x-bind:value="display"
x-show="selectedDates.length === 0"
Expand Down

0 comments on commit 54fb6c6

Please sign in to comment.