I have a type ahead field to filter for example vessel names. Is there a way to only allow values that are in the valuelist for vessel names? It should not be possible to add a value that is not in the database. Do I have check it by myself in the onDataChange method?
Hi Sebastian,
The only real value of the dataprovider that is not in the vessel table the enduser can
enter into that dataprovider through UI is the initial real value of that dataprovider.
Above holds for default use of combobox and typeahead.
With out of the box Servoy use of a typeahead form element endusers can not enter new values in the linked valuelist…
So maybe you have to give more info on your case…
Regards,
Hi Lambert,
you’re absolutely right. My mistake.