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
First of all thank you for this awesome package 🙌🏻
I have been trying to connect my HTML form that has a bunch of options for filtering with this package, but my problem is I don't know how to efficiently send the data to the server.
For example I have a simple form that you have 2 inputs for the price range of products:
but I am getting an array with these numbers, but I'd like to have it in the format the server understands, like filter[price]=1,900 for example.
Could you give me some tips for the front-end workflow with this package?
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
-
First of all thank you for this awesome package 🙌🏻
I have been trying to connect my HTML form that has a bunch of options for filtering with this package, but my problem is I don't know how to efficiently send the data to the server.
For example I have a simple form that you have 2 inputs for the price range of products:
I tried changing the names with something like this:
but I am getting an array with these numbers, but I'd like to have it in the format the server understands, like filter[price]=1,900 for example.
Could you give me some tips for the front-end workflow with this package?
Beta Was this translation helpful? Give feedback.
All reactions