# var fieldId = 'undefined' === typeof param.param_name ? param.id : param.param_name, choices = 'undefined' === typeof param.value ? param.choices : param.value, hasSearch = 'object' === typeof choices && 8 < Object.keys( choices ).length ? true : false, searchText = fusionBuilderText.search, placeholderText = 'undefined' !== typeof param.placeholder_text ? param.placeholder_text : ''; repeaterId = 'undefined' === typeof repeaterIndex ? '' : repeaterIndex + '-'; if ( 'string' === typeof fusionBuilderText.search_placeholder && 'string' === typeof param.placeholder ) { searchText = fusionBuilderText.search_placeholder.replace( '%s', param.placeholder ); } if ( '' === placeholderText ) { if ( -1 !== fieldId.indexOf( 'cat_slug' ) ) { placeholderText = fusionBuilderText.select_categories_or_leave_blank_for_all; } else if ( -1 !== fieldId.indexOf( 'exclude_cats' ) ) { placeholderText = fusionBuilderText.select_categories_or_leave_blank_for_none; } else if ( -1 !== fieldId.indexOf( 'category' ) ) { placeholderText = fusionBuilderText.select_categories_or_leave_blank_for_none; } else if ( -1 !== fieldId.indexOf( 'post_status' ) ) { placeholderText = fusionBuilderText.select_post_status_leave_blank_for_publish; } else if ( -1 !== fieldId.indexOf( 'social_share_links' ) ) { placeholderText = fusionBuilderText.select_or_leave_blank_for_global; } else if ( 'undefined' === typeof param.location || ( 'TO' !== param.location && 'FBE' !== param.location ) ) { placeholderText = fusionBuilderText.select_options_or_leave_blank_for_all; } } #> <# if ( 'undefined' !== typeof FusionApp ) { #>