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 998caef + 4f2d946 commit e677b20Copy full SHA for e677b20
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