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 2f532d6 commit 454a593Copy full SHA for 454a593
src/resources/views/crud/inc/form_fields_script.blade.php
@@ -86,7 +86,7 @@ class CrudField {
86
return this;
87
}
88
89
- if(['INPUT', 'TEXTAREA'].includes(this.input.nodeName)) {
+ if(['INPUT', 'TEXTAREA'].includes(this.input?.nodeName)) {
90
this.input?.addEventListener('input', fieldChanged, false);
91
92
this.$input.change(fieldChanged);
0 commit comments