hernantz / doubleSuggest

Facebook like jquery search suggestion plugin that searches in local and remote data sources.
65 stars 7 forks source link

Fix field value loss on focus/blur #10

Closed sapegin closed 11 years ago

sapegin commented 11 years ago

This PR fixes few cases when entered value becomes lost:

  1. When field has a value defined in HTML and you focus this field and then set focus to other element, field value disappears.
  2. When you manually change value in a field it reverts to previous value on blur.
hernantz commented 11 years ago

sapegin, thanks for the PR! Will check it out this weekend.

hernantz commented 11 years ago

Finally pushed v0.3 which fixes your use cases. Please refer to the documentation's index to check what changed. Thanks for making this PR, and sorry for the delay :/