is it possible to set up an autocomplete - field in which user can enter new values?
i noticed that when a user enters something complete new, this new text is shown in the form, but the field - var is empty. also if it is a must-field, a message is shown that it maynot be empty.
i use this field for entering new company-names. when entering the name, the user should see matching names which are allready in the database.
when he selects one of the ajax-sugestions, field has this value. when her enters st new, it isnt saved.