altInputClass property

String altInputClass

This class will be added to the input element created by the altInput option. Note that altInput already inherits classes from the original input.

Default: ""

Implementation

external String get altInputClass;
void altInputClass=(String v)

Implementation

external set altInputClass(String v);