Interface

InputStyle

InputStyle

Customize the the input element using CSS properties

View Source types/element.d.ts, line 180

Members

PseudoClassStyle | Properties

# base Optional

Base styling applied to the input iframe. All styling extends from this style.

View Source types/element.d.ts, line 185

Properties

# invalid Optional

Styling applied to the input element when a field fails validation.

View Source types/element.d.ts, line 197

Properties

# valid Optional

Styling applied to the input element when a field passes validation.

View Source types/element.d.ts, line 191