Skip to content

Conversation

@sinanakyazici
Copy link

Hi, I updated the places which I thought was missing. It may be an acceptable update. Good works.

When we serialize the model, the first character of the properties may be uppercase. Such as, while we are using JavaScriptSerializer in .NET. So when we get json data, it must not do case-sensivite.
After choose item from suggestion list , when we change text in autocomplate without press any key, the suggestion list doesn't appear. We need to press any key again  to show the suggestion list. For example :  We have a suggestion list like ['xaa','xbb','xcc'] When we write 'x' in autocomplete, the suggestion list appears all of them. Then we choose 'xb'. When we delete 'b' character from 'xb' without press any key, the suggestion list does not appear. We need to do one more change to show the suggestion list. Has updated to solve this problem.
Need an element to store the data. So we define the id of we want to store the element.  If be change in autocomplete, the element id will be cleaned. If be choice in autocomplete, the element id will be set.
Edited header comment.
@tkirda tkirda closed this Nov 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants