You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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