multiple property

bool get multiple

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;
set multiple (bool value)

Implementation

external set multiple(bool value);