multiple property
The HTMLInputElement.multiple property indicates if an input can
have more than one value. Firefox currently only supports multiple for
<input type="file">.
Implementation
external bool get multiple;
Implementation
external set multiple(bool value);