hassank1 Posted May 12, 2008 Share Posted May 12, 2008 hi I want to make a select box .. however I want it to be editable .. can I do that ? Quote Link to comment https://forums.phpfreaks.com/topic/105248-solved-combox-box/ Share on other sites More sharing options...
ToonMariner Posted May 12, 2008 Share Posted May 12, 2008 no - you could use javascript but that seems like a whole load of work for not that much benefit - just place a text input next to or below for the user to fill in if their option is not available... Quote Link to comment https://forums.phpfreaks.com/topic/105248-solved-combox-box/#findComment-538926 Share on other sites More sharing options...
Xurion Posted May 12, 2008 Share Posted May 12, 2008 Using javascript you could 'create' a combo box, kinda like google suggest, but it would never be a real combo box. Only a text field with options in a div. Quote Link to comment https://forums.phpfreaks.com/topic/105248-solved-combox-box/#findComment-538965 Share on other sites More sharing options...
soycharliente Posted May 12, 2008 Share Posted May 12, 2008 ExtJS has a ComboBox field. See it in action here. Quote Link to comment https://forums.phpfreaks.com/topic/105248-solved-combox-box/#findComment-539453 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.