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 c5ee333 commit 4f2d946Copy full SHA for 4f2d946
src/rails.js
@@ -48,7 +48,7 @@
48
requiredInputSelector: 'input[name][required]:not([disabled]),textarea[name][required]:not([disabled])',
49
50
// Form file input elements
51
- fileInputSelector: 'input[type=file]',
+ fileInputSelector: 'input[type=file]:not([disabled])',
52
53
// Link onClick disable selector with possible reenable after remote submission
54
linkDisableSelector: 'a[data-disable-with], a[data-disable]',
0 commit comments