zohab Posted December 11, 2009 Share Posted December 11, 2009 Hi, Can we make drop down editable like textfield Is it possible? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form action="" method="post" name="frm"><table width="100%" border="1" cellspacing="0" cellpadding="0"> <tr> <td>Drop Down </td> <td><label> <select name="select"> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </label></td> </tr> </table></form> </body> </html> Link to comment https://forums.phpfreaks.com/topic/184740-editable-drop-down-like-textfield-possible/ Share on other sites More sharing options...
premiso Posted December 11, 2009 Share Posted December 11, 2009 I think you are looking for a Combo Box. Link to comment https://forums.phpfreaks.com/topic/184740-editable-drop-down-like-textfield-possible/#findComment-975633 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.