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.
2 parents bebf756 + 3888619 commit 8e28d9bCopy full SHA for 8e28d9b
src/resources/views/crud/inc/form_fields_script.blade.php
@@ -26,7 +26,7 @@ class CrudField {
26
}
27
28
get value() {
29
- return this.input.value;
+ return this.$input.val();
30
31
32
get mainInput() {
0 commit comments