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
When we visit `localhost:3000/example`, fill in the input field with *bar* and click the submit button, our `FormTestController` receives the input.
112
97
113
-
Furthermore, our *bar* input disappears from the input field and we get displayed our nice little succes message of `server says: form submitted successfully`- Easy!
98
+
Furthermore, our *bar* input disappears from the input field - Easy!
114
99
115
100
### Example 2: Async submit request with failure event
116
101
@@ -157,7 +142,7 @@ Now, when we visit our example page on `localhost:3000/example` and fill in the
157
142
158
143
In this example, things get a bit more complex. We now want to transition to another page of our application after successfully submitting a form!
159
144
160
-
First, we define our application layout with messages, using the *async core component*:
145
+
In order to additionally show a success/failure message, we define our matestack app layout with messages, using the *async core component*:
0 commit comments