bottomPadding

sets the bottom offset of the control input

number bottomPadding;

Example

{ view:"text", type:"password", label:"Password", bottomPadding: 35, 
    bottomLabel: "* The password must have at least 6 characters"}

Related samples

Details

The property is used for setting space for a bottomLabel or an invalidMessage. If the value isn't set, the height will automatically adjust to the font size.

See also
Back to top