Hi,
We are using Ignite 16.1 igcombo with ASP.Net Core 1.0 client side jquery controls. We have enabled customValue for that combo. When we enter a new custom value in the combo and directly click on SAVE button without clicking anywhere, the value is not sent to the server.
After analysis we figured out, it could be due to combo not loosing focus (hence the value was lost) when SAVE button is clicked. After entering customvalue in the combo and explicitly clicking outside the control before clicking on SAVE, passes the value to the serve
Ideally it should automatically loose focus when a button us clicked. Do we have any property to make control loose focus? Is it a known issue?
Thanks,
Valliappan
Hello Valliappan,
Thank you for contacting us.
Could you please send me a sample so I could better understand the scenario?
I am looking forward to hearing from you.
I used your sample code from your website and tweaked it to reproduce the issue (www.igniteUI.com)
http://jsfiddle.net/z0r1jkrx/32/
Steps to reproduce:
1. Enter the word "Cha" in the igCombo. (The custom value partially matches existing value in the drop down)
2. Directly click "Submit" link without clicking anywhere and the alert shows the current custom value "Cha"
3. Now edit "Cha" to "Cha1" (No match found displayed).
4. Directly click "Submit" link without clicking anywhere and the alert still shows the previous custom value "Cha" instead of "Cha1"
PS: We use latest Chrome browser. We are able to reproduce in both Chrome and IE
We are able to reproduce this issue most of the times and sometimes it takes couple of sequential attempts to reproduce. We concluded that the issue is something to do with Combo not loosing focus and hence doesn't retain the new value
This looks like a bug. If this is a bug, any work around?