Webclient custome valuelist values not showing

Moving a solution to webclient, I’m having problems in displaying custom values entered in editable combo or type-ahead fields.
Using a combo, each value not present in the valuelist is not displayed (while it is in the SmartClient).
Using a typeahed is even worse, because not only the values are not shown, but the typeahead list is overlapped by browser suggestions (that cause error in the webclient, since it seems that values entered this way are not accepted).

So, in short, is there a way to let people have a valuelist and entered custom values in the field, in the WebClient?

Riccardino:
…is there a way to let people have a valuelist and entered custom values in the field, in the WebClient?

I think the problem is that standard html does not support a combobox.
See: http://www.google.com/search?hl=en&q=combobox+in+html

Dean

Westy:

Riccardino:
…is there a way to let people have a valuelist and entered custom values in the field, in the WebClient?

I think the problem is that standard html does not support a combobox.
See: http://www.google.com/search?hl=en&q=combobox+in+html

So it looks like I have to choose between having people only allowed to enter valuelist values or renouncing to value lists and use stardard fields instead… :|