Actions
Bug #9375
closedjQuery Validate "accept" method conflicts with native accept behavior
Description
Native accept behavior limits file type selection and allows iPhone to auto-convert HEIC to a supported web format. jQuery Validate however tries to treat it as mimetype validation. Rename the validation rule in jQuery Validate to "mimetype" to avoid this conflict.
Updated by krileon 10 months ago
- Subject changed from jQuery Validate method binding conflicts with native validations to jQuery Validate "accept" method conflicts with native accept behavior
- Description updated (diff)
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1925
Actions