Hi,
igCombo in editable mode option does not take any action when back space is pressed.
In a similar manner how we can restrict the user from selecting the text and deleting it. We are using 2013.2 version
Thanks,
Kiran Kumar L
Hello Kiran,
I believe that you need to set the mode of the control to 'readonly' or 'readonlylist', depending on your scenario.
You could take a look at this option here:
http://help.infragistics.com/jQuery/2014.1/ui.igcombo#options:mode.
Please feel free to let me know if a question about our tool set comes up on your mind.
Hi Boris,
We need functionality to search as in "editable" mode and make selections from dropdown but should not be able to select the text in combo's input box and press delete.
Please let me know a generic way to achieve this.
Kiran