maxInputHeight

defines maximum input height

number maxInputHeight;

Example

webix.ui({
  view: "comments",
  maxInputHeight: 100,   minInputHeight: 60,
});

Related samples

Details

On the example above input cannot be less then 60px and greater than 100px in height.

See also
Back to top