SELECT input 下拉框可输入

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Alex81320/article/details/59531429
<div  style="position:relative;width: 170px;height: 28px" >
<span style="margin-left:150px;width:18px;overflow:hidden">   
<select id="search"  style="width:170px;margin-left:-150px" onchange="this.parentNode.nextSibling.value=this.value" ></select>
   </span>
   <input id="vccorptype"  placeholder="==请选择==" style="width:152px;position:absolute;left:0px;top:0px;">  
   </div> 

猜你喜欢

转载自blog.csdn.net/Alex81320/article/details/59531429