Skip to content

Commit ae50862

Browse files
authored
Revert "Add password field support for default value"
1 parent 5ecad66 commit ae50862

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)