Project

General

Profile

Bug #9375

Updated by krileon 2 months ago

Native accept behavior limits When a file type selection and allows iPhone to auto-convert HEIC to a supported web format. input specifies accept="VALUES" jQuery Validate however tries can't handle the native behavior and conflicts. Either this validation rule needs to treat be redone or it as mimetype validation. Rename the needs to stop overriding native validation rule in rules. Ideally we should remove attribute method binding from jQuery Validate to "mimetype" to avoid this conflict. so it doesn't override native validations.

Back