Hello
I can send strings, booleans, ints or another value or variable to backend?
I use the events but I don't understand what is the method to send values, I only can run a code whit a event but without a value from the Frontend
Example:
I create a form, the form get Username and password
When click "Send" with a event to backend, the event run the code but don't send the values to golang
How I compare this values with the values in the backend?
Or how i can send the values?
Thanks! :D
Hello
I can send strings, booleans, ints or another value or variable to backend?
I use the events but I don't understand what is the method to send values, I only can run a code whit a event but without a value from the Frontend
Example:
I create a form, the form get Username and password
When click "Send" with a event to backend, the event run the code but don't send the values to golang
How I compare this values with the values in the backend?
Or how i can send the values?
Thanks! :D