dropdownlist with manual text entry
-
hi all so is there a control that will allow you to either select from a dropdownlist but also let you type in a NEW item on top? What control is that? Ive seen these on websites. I need my users to be able to select from the drop down, but if the item of their choice doesnt exist, they can just type it and hit "add" and it'll add to the wish list. Or do I need to add a separate textbox and imitate this behavior? thanks Moazzam
-
hi all so is there a control that will allow you to either select from a dropdownlist but also let you type in a NEW item on top? What control is that? Ive seen these on websites. I need my users to be able to select from the drop down, but if the item of their choice doesnt exist, they can just type it and hit "add" and it'll add to the wish list. Or do I need to add a separate textbox and imitate this behavior? thanks Moazzam
Have a look at this.
-
Have a look at this.
thanks man!