Replies: 1 comment
-
Have you figured this one out by chance? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to workout how I bind a search text property in my state to an input component using two-way data binding. If I have an input component on my page how do I bind that to a signal store property so that I can subsequently use it in my computed method that returns a list of filtered rows?
What am I missing? Should I simply be using a JS onchange event and then update the store search property?
Beta Was this translation helpful? Give feedback.
All reactions