This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

multiple

Summary

The multiple attribute indicates that the user is allowed to enter more than one value in an <input> element.

Applies to [HTMLInputElement](/html/elements/input)
This attribute can be `true` or `false`. It's valid for inputs with the type [email](/html/elements/input/type/email) and [file](/html/elements/input/type/file).

See also

Related articles

HTML

Attributions