getCustomAttributes('dpd-fld-wrp')}
class="{$fh->getClassWithFieldKey('dpd-fld-wrp')} {$fh->getConversationalCls('dpd-slct-fld-wrp')} {$fh->getCustomClasses('dpd-fld-wrp')} {$readonlyCls} {$disabledCls}"
>
disabled()}
{$fh->readonly()}
{$val}
/>
getCustomAttributes('dpd-wrp')}
class="{$fh->getClassWithFieldKey('dpd-wrp')} {$fh->getConversationalCls('dpd-slct-wrp')} {$fh->getCustomClasses('dpd-wrp')}"
role="combobox"
aria-controls=""
aria-live="assertive"
aria-expanded="false"
tabIndex="0"
aria-label="Dropdown"
>
getCustomAttributes('selected-opt-wrp')}
class="{$fh->getConversationalMultiCls('selected-opt-wrp')} {$fh->getCustomClasses('selected-opt-wrp')}"
>
{$selectedOptImage}
getCustomAttributes('selected-opt-lbl')}
aria-label="Selected Option Label"
class="{$fh->getConversationalMultiCls('selected-opt-lbl')} {$multiChipClass} {$fh->getCustomClasses('selected-opt-lbl')}"
>
{$fh->esc_html($ph)}
getCustomAttributes('dpd-btn-wrp')}
class="{$fh->getConversationalMultiCls('dpd-btn-wrp')} {$fh->getCustomClasses('dpd-btn-wrp')}"
>
getCustomAttributes('dpd-down-btn')}
class="{$fh->getConversationalMultiCls('dpd-down-btn')} {$fh->getCustomClasses('dpd-down-btn')}"
>
getCustomAttributes('option-wrp')}
class="{$fh->getConversationalMultiCls('option-wrp')} {$fh->getCustomClasses('option-wrp')}"
>
getCustomAttributes('option-inner-wrp')}
class="{$fh->getConversationalMultiCls('option-inner-wrp')} {$fh->getCustomClasses('option-inner-wrp')}"
>
getCustomAttributes('option-search-wrp')}
class="{$fh->getConversationalMultiCls('option-search-wrp')} {$fh->getCustomClasses('option-search-wrp')}"
>
getCustomAttributes('opt-search-input')}
type="search"
class="{$fh->getConversationalMultiCls('opt-search-input')} {$fh->getCustomClasses('opt-search-input')}"
placeholder="Search Country"
aria-label="Search Options"
aria-hidden="true"
tabIndex="-1"
/>
{$optionsList}
DROPDOWNFIELD;
}
}
}