Search code examples
extjscomboboxextjs4sencha-architect

EXTJS 4.2 - ComboBox - How to Encode input text


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.


Solution

  • Got this working by creating an override for localQuery and encoding queryParam.