minInputHeight

defines minimum input height

minInputHeight;

Example

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

Related samples

Details

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

See also
Back to top