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 866bc23 commit c60a070Copy full SHA for c60a070
src/resources/views/crud/inc/form_fields_script.blade.php
@@ -66,7 +66,7 @@ class CrudField {
66
return this;
67
}
68
69
- if(['text', 'textarea'].includes(this.input.getAttribute('type'))) {
+ if(['INPUT', 'TEXTAREA'].includes(this.input.nodeName)) {
70
this.input?.addEventListener('input', fieldChanged, false);
71
72
this.$input.change(fieldChanged);
0 commit comments