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
Someone pointed me at a solution to this approach here: #3 although I haven't had a chance to implement it myself. In short, keep plugging away and you will likely find a way to accomplish dynamic pages, although I don't have one for you at this moment.
If you have trouble with that, you COULD cache the Aurelia component you want to use when the page is submitted.
If you come up with a solution, let me know and I'll add a guide for it.
Hello there,
I'm wondering if it's possible to use this framework with some navigation other than the default inline option (i.e. domCache: true).
My use-case is this: I have a form, and if the user enters the correct information, then they will be navigated to a different page.
Essentially, I have this method:
submit() {
//Check fields
//If OK, then navigate elsewhere
}
Thank you
The text was updated successfully, but these errors were encountered: