i'm trying to customize my relation fields so that they display different things within the dropdown and the multiselect field, but the problem that i have is, when i return this html:
<select name='plan_id' id='' class='chosen-select' data-placeholder='Select Plan' style='width:300px'>
<option value=''></option><option value='1' >Plan 1</option><option value='2' >Plan 2</option>
</select>
instead of getting the fancy dropdown that i normally get with relation field - i get a simple dropdown, can you give me the proper html for the dropdown , or what am i missing