FAQ | This is a LIVE service | Changelog

Skip to content

Handle image inputs

Nick Mattin requested to merge github/fork/thewilkybarkid/image-input into master

Created by: thewilkybarkid

This fixes #66 (closed) by making sure <input type="image"> elements don't received styles meant for the more-usual input types.

So what was:

image

Is now the expected:

image

Merge request reports