Skip to content

Commit 10bd410

Browse files
committed
Remove placeholder from date field
1 parent 8047e31 commit 10bd410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/fields/date.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
'is-invalid' => $errors->has('fields.' . $field->getName()),
1414
])
1515
name="{{ $field->getName() }}"
16-
placeholder="{{ $field->getLabel() }}"
1716
@if($field->readOnly) disabled @endif
1817
value="{{ $field->getValue() }}"
1918
@if ($field->dusk) dusk={{ $field->dusk }} @endif

0 commit comments

Comments
 (0)