Thread: HTML / PHP Help
View Single Post
Old 09-18-2021, 08:50 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,058
If what you are looking for is the autocomplete type thing then you are probably wanting a combo box.

The simplest form of that is probably the html5 list attribute:

https://www.w3schools.com/tags/tryit...html5_datalist

But there are also some jquery options:

https://jqueryui.com/autocomplete/

https://www.telerik.com/blogs/how-to...n-your-web-app

I am not sure that there are any ready made controls that will let you add an item by typing it into the combobox, most just do the sutocomplete type thing allowing you to search the list by typing something in and finding it in the list.

I would think that someone had to come up with one at some poiint though because it really wouldn't be that difficult to figure out (famous last words).

.
__________________
All cookies cleared!
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote