flyrise / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Search field value is not cleared when closed/hidden #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Select search icon (mag glass).
2.Enter value and press enter.
3.Close search (mag glass again).

What is the expected output? What do you see instead?
I expect the Ajax values to the server to have an empty string for "query". 
Instead, the old value (hidden) is still there.

What version of the product are you using? On what operating system?
v1.1, Win 7

Please provide any additional information below.
An API to do it myself would be fine. See:
http://stackoverflow.com/questions/9742293/jquery-flexigrid-search-value-not-cle
ared

Original issue reported on code.google.com by markelor...@gmail.com on 21 Mar 2012 at 2:49