# var fieldId = 'undefined' === typeof param.param_name ? param.id : param.param_name, choices = 'undefined' === typeof param.param_name ? param.choices : param.value, optionValue = typeof( option_value ) !== 'undefined' ? option_value : '', hasSearch = 'object' === typeof choices && 8 < Object.keys( choices ).length ? true : false, skipDebounce = param.skip_debounce || false, searchText = fusionBuilderText.search; if ( 'string' === typeof fusionBuilderText.search_placeholder && 'string' === typeof param.placeholder ) { searchText = fusionBuilderText.search_placeholder.replace( '%s', param.placeholder ); } #> <# if ( 'undefined' !== typeof FusionApp ) { #>