Click to See Complete Forum and Search --> : Editable Combo in HTML
Rajan
February 3rd, 2003, 03:23 AM
Hello Gurus
How can I create a Editable combo (user can select from a list
or type directly) in HTML page?
Also whne I enabled
"Multi Selection" it changed as list box. Is there any way to
create a multi selectoin combo box in HTML?
Thanks in advance.
Rajan
DeivaGanesh
February 3rd, 2003, 10:34 PM
Hi,
To my knowledge the editable combo in HTML is not possible but there are some third party controls like VSFlexiGrid which will be able to cater ur need of editable combo.
reg Multi select - yes it will change into Select box only,,,
antares686
February 10th, 2003, 04:46 PM
No real editable functionality in combo box itself. But the way we usually deal with this is to create the Select Box and an Input (type text, display none at first to hide) box. In the Select Box we have an extra option for new item and if selected we unhide our input box. If the option is changed from new item to something else we hide again.
Then on the form submit we check the option, if was new item we use the value from the input box.
MultiSelect forces List box automatically.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.