Set autoWidth for label

He webix team,

How can I show full label for combo/text box/date?

https://snippet.webix.com/jnlyhrhi

{ view:'combo',label:'sassssdsffffffffffffffff',
    on:{
      onBeforeRender:function(config){
        config.labelWidth = webix.html.getTextSize(config.label).width + (config.required?22:18);
      }
}}