Patrik Affentranger

Results 3 issues of Patrik Affentranger

Extends the InputMask `inputRef` prop type to allow forwarded refs. Happy to also extend the IMaskMixin `inputRef` prop. Fixes https://github.com/uNmAnNeR/imaskjs/issues/639

**Describe the bug** When defining the accept param as per Docs/TypeScript definition: ```ts accept: { 'image/jpeg': ['.jpeg', '.png'] } ``` The rejected message is `File type must be image/jpeg,.jpeg,.png` instead...

bug

**Describe the bug** Using a wildcard for `image/*` and then declaring file extensions doesn't seem to work as expected in Firefox and Brave/Chrome. The following code will let users drop...

bug