how do I get the text that is typed in a search component?
tried the below 3. None of them work. I get an error
code
console.log(this.text());
console.log(this.val());
console.log(this.attr('value'));
/code
None of the above work