We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dae4e commit a59f28fCopy full SHA for a59f28f
src/rails.js
@@ -82,7 +82,7 @@
82
requiredInputSelector: 'input[name][required]:not([disabled]),textarea[name][required]:not([disabled])',
83
84
// Form file input elements
85
- fileInputSelector: 'input:file',
+ fileInputSelector: 'input[type=file]',
86
87
// Link onClick disable selector with possible reenable after remote submission
88
linkDisableSelector: 'a[data-disable-with]',
0 commit comments