We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3a5ec commit 9236a3dCopy full SHA for 9236a3d
src/resources/views/crud/fields/password.blade.php
@@ -13,7 +13,7 @@
13
<input
14
type="password"
15
name="{{ $field['name'] }}"
16
- value="{{ old_empty_or_null($field['name'], '') ?? $field['value'] ?? $field['default'] ?? '' }}"
+ value="{{ $field['value'] ?? $field['default'] ?? '' }}"
17
@include('crud::fields.inc.attributes')
18
>
19
0 commit comments