Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Let the user type a new value
posted

Hi,

I have several igCombo components in a page. Theses combos are initialized with a remote JSON data source (it works fine).

For some of them I would like to let the user type a value in the combo field even if there is no matching value in the dataSource loaded.

If the user type a non-existing value it would create for example a new entry in the data refernces of the combo with a fake ID like "-5000" for example, in order to identify it when the form is submitted to identify it is an 'exotic' value that needs special process.

Thanks