I created a filterable DropDown list Using JavaScript. I designed this control using input field, button (Down Arrow) and Select Box with fixed size. If i click down arrow button i'll place the select box under the Input Field. But i want to create the whole controls as a single control. I want to create a own tag for this dropdown list. To show this dropdown list i need to simple call my own tag like
<dropcombo id="xxx" >
<op>1</op>
<op>2</op>
</dropcombo>
Here Dropcombo tag is a user defined control. Is there a way to create a own tag for this dropdown combo ?