defines minimum input height
webix.ui({ view: "comments", minInputHeight: 60, maxInputHeight: 100, });
On the example above input cannot be less than 60px and greater than 100px in height.