-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger server event on input set/change #64
Comments
Are you talking about something like Dependent Dropdowns? You can find an example in this video. |
I have the need for example 2. I want to click the button to post a task to backend and get the task ID returned by backend. Maybe I should use |
doesn't the dropdown on the cities table case cover what you need? |
Closing for now, I believe this is supported. Please provide a more in-depth description of your request if you think otherwise! |
it's not just bound choice field but ill put it as an example
ex 1:
trigger server event when choice field selected, for my case i want to use the choice field value and filter data to generate another choice field based on it
ex 2:
Trigger server event when for example input1 and input2 are present
The text was updated successfully, but these errors were encountered: