How to capture the search inputs the user does?

How to capture the search inputs the user does?

Sunil KumarSunil Kumar Posts: 17Questions: 11Answers: 0

How to capture the search inputs the user does,so that i can save it and show him, the same searched results?

Answers

  • Sunil KumarSunil Kumar Posts: 17Questions: 11Answers: 0

    Basically i want to use stateSaveParams and i want to know how to capture the search inputs in real time.

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    You can just add a keyup event to the search input element.

    Colin

This discussion has been closed.