Sauceforge / angularjs-typeahead-dropdown

AngularJS Typeahead Dropdown
MIT License
5 stars 11 forks source link

List gets corrupt #9

Closed DKS1974 closed 8 years ago

DKS1974 commented 8 years ago

Selecte a value from the list and it updated the input text box.

Starting typing and then select from the list that appears works well.

Edit it with some value that does not exist in the list and hit the return

It starts overwriting objects in the list

SKBanks commented 8 years ago

Seeing this as well...any planned updates to fix this? Even the tool in your example corrupts the data, and it only took about 10 seconds to encounter this.

MikaereC-zz commented 8 years ago

If you select an item from the dropdown, then typing backspace deletes the property specified in the config optionLabel. This kind of wrecks the usefulness of this control. Any plan to fix this ?

agray commented 8 years ago

Should be fixed now.