The mutliple component is tied to some data in the background, and if none of the results provided automatically matches the search criteria, the entered value of the input field should be added to the list when you press enter.
However, if some results meet the search criteria, we would still like the component to somehow allow the user to add the entered value to the list and not select the value from the list, if necessary.
The functionality we are trying to achieve is actually very similar to adding email recipients. The To field of the Autocomplete is (somewhat) tied to the user's contacts. But, despite this, the user can add new email addresses when creating a new letter.
How can we make the autocomplete component accept the actual value entered, which will be added when you press enter, or adding ";" at the end of input?
Setting "forceelection = false" doesn't seem to work. We use direct 3.5.
thanks uros
source share