Script to enhance multi-select combo-box filter
sdk.setAfterRenderCallBack( 'filter3',function() {
var id = "#textBox"+sdk.getWidget( 'filter3' ).m_objectid;
$(id).css('padding','0px 0px 0px 16px');
$("#textBox"+sdk.getWidget( 'filter3' ).m_objectid).css("outline","none");
var b = "#simpleCombo"+sdk.getWidget( 'filter3' ).m_objectid+" div";
$(b).css('width','40px');
});
This script provides more padding between component left and right borders, drop down icon
sdk.setAfterRenderCallBack( 'filter3',function() {
var id = "#textBox"+sdk.getWidget( 'filter3' ).m_objectid;
$(id).css('padding','0px 0px 0px 16px');
$("#textBox"+sdk.getWidget( 'filter3' ).m_objectid).css("outline","none");
var b = "#simpleCombo"+sdk.getWidget( 'filter3' ).m_objectid+" div";
$(b).css('width','40px');
});
This script provides more padding between component left and right borders, drop down icon