keeps the Send button visible
webix.ui({
view: "comments",
keepButtonVisible: true });
By default the Send button pops up when the focus is moved to the message field (e.g. when user clicks on the field).
Set the keepButtonVisible
property to true
to keep the button always visible.