Skip to content

Commit 8e28d9b

Browse files
authored
Merge pull request #4434 from Laravel-Backpack/return-value-from-jquery-input
return value from jquery input
2 parents bebf756 + 3888619 commit 8e28d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/inc/form_fields_script.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CrudField {
2626
}
2727
2828
get value() {
29-
return this.input.value;
29+
return this.$input.val();
3030
}
3131
3232
get mainInput() {

0 commit comments

Comments
 (0)