My memory store proxy has encoded data.
Does anymore know how user input typed into a combobox can be encoded to search against the memory proxy store.
The combobox uses typeahead and is editable.
My understanding is that typed user input into a combobox is handled as a string.
Fiddle example here
https://fiddle.sencha.com/#fiddle/m31
In my example, enter & to see the issue.