<% if( object.behaviour != 'invisible' || window._design ) { %><% if( object.type != 'button' ) { %>
<% } %><% if( object.label != '' && object.type != 'button' ) { %><% } %><% if( object.type == 'button' ) { %><% } %><% if( object.textafter != '' || (object.label == '' && object.icon != '') ) { %>
<% } %><% if( object.label == '' && object.icon != '' ) { %><% } %>
data-new="$new"<% } %> data-list="<%= window._design ? '' : (typeof object.getdatalist === 'function' ? object.getdatalist():'') %>" <% if( object.datasource_dependants && object.datasource_dependants.trim() != '' ) { %>ds-dependants="<%= object.datasource_dependants %>"<% } %> <% if( object.calc_dependants && object.calc_dependants.trim() != '' ) { %>calc-dependants="$calc_dependants"<% } %> <% if( stringlistuniqueconcat(object.visiblecondition_dependants,object.accesscondition_dependants) != '' ) { %>show-dependants="<%= stringlistuniqueconcat(object.visiblecondition_dependants,object.accesscondition_dependants) %>"<% } %> <% if( object.type == 'multiple autocomplete' ) { %>multiple="multiple"<% } %>>required="true"<% } %> value="<%= window._design ? '' : (typeof object.getdisplaytext === 'function' ? object.getdisplaytext() : '') %>" <% if( object.accesscondition == 'false' || object.behaviour == 'readonly' ) { %>disabled<% } %>> <% console.log('flexacombo ' + object.id, object.datalist); %>
<% if( window._design || (typeof object.isValid === 'function' ? !object.isValid() : '') ) { %>
<%= window._design ? '' : object.makevalidation() %>
<% } %><% if( object.textafter != '' ) { %>$textafter<% } %><% if( object.textafter != '' || (object.label == '' && object.icon != '') ) { %>
<% } %>$comments<% if( object.type != 'button' ) { %>
<% } %><% } %><% if( object.behaviour == 'invisible' ) { %><% } %>