<div class="usa-form-group">
    <label class="usa-label" for="file-input-wildcard">Input accepts any kind of image</label>
    <span class="usa-hint" id="file-input-wildcard-hint">Select any type of image format</span>
    <input id="file-input-wildcard" class="usa-file-input" type="file" name="file-input-wildcard" aria-describedby="file-input-wildcard-hint" accept="image/*" multiple />
</div>

No notes defined.

package:
  name: metro-digital-design-system-demo
  version: 0.1.0
uswds:
  path: ../../../dist
placeholderLink: javascript:void()
id: wildcard
label: Input accepts any kind of image
hint: Select any type of image format
multiple: true
accept:
  - image/*