Hi, team.
I’m using jqxTextArea with displayMember and valueMember properties and it seems to work fine.
However, once used those properties, I can’t have a value from my ‘typing’ in jqxTextArea anymore.
For the better understanding of this behavior, here are a sample and scenarios below.
The sample address is http://jsfiddle.net/klien54/3qnywore/
1. Type ‘a’ to the jqxTextArea and it will show you ‘ana’ from the list. Select it.
2. Push the button ‘Get Value’ and check the console output in Chrome.
3. You can find “Object {label: “Ana”, value: “Company 1″}”
4. Erase ‘ana’ from the jqxTextArea.
5. Type ‘test text’ to jqxTextArea.
6. Push the button ‘Get Value’ and check the console output in Chrome.
7. You will still find “Object {label: “Ana”, value: “Company 1″}” instead of “test text” you typed to jqxTextArea.
I expect ‘test text’ from the scenarios above but it is not.
Would you let me know if it is right behavior or not?
Thanks in advance for your support as always.
I’m looking forward to your replay.
Warm regards,
klien54.