width:200 and width: "200" is different values

https://jsfiddle.net/pygbcsLq/

First one is a number, second one is a string, so those are really different values.

Webix expect that sizes are numeric values, not strings.

For “labelWidth” it works as it should.
I think it should work as it expected. If string number is incorrect then webix should write an error to console for example.

Yep, we may improve this behavior in the next updates, for now Webix doesn’t check the type of arguments, so string values for width and height can break sizing.

It would be great. Thanks.