Can I get the same result in the following situations? :
A. select some filter and click search button.
B. after A, click a filterd item and move its detail page, then go back filtered item page.
In my app, B shows all items on linked table. I have no idea why selected filter is cleared.
A:
To select “new” (“新規” on this picture) category and click magnifying glass button.
Then I get some new customer.
Hello.
This is expected behaviour. The input values are cleared.
You could store the values in the user table, set that as the default value of the input and provide a clear button.
Your list then filters based on the user values not input values.