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