Skip to content

Commit 23586dd

Browse files
authored
Merge pull request #4857 from Laravel-Backpack/revert-4783-password-field-default-value-support
Revert "Add password field support for default value"
2 parents 5ecad66 + ae50862 commit 23586dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/views/crud/fields/password.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<input
1414
type="password"
1515
name="{{ $field['name'] }}"
16-
value="{{ $field['value'] ?? $field['default'] ?? '' }}"
1716
@include('crud::fields.inc.attributes')
1817
>
1918

0 commit comments

Comments
 (0)