Replies: 1 comment
-
|
After posting this discussion and explaining the issue, I had an idea using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm building a device configurator.
The url is something like this
/devices/{device}/configure. The route is registered like this:The Wizard component looks like:
The model binding in the wizard component is working like expected. But how can I pass this
Deviceobject to all steps? Amountmethod in the step component with model binding doesn't work. It just returns an emptyDevicemodel (attributes not set).Beta Was this translation helpful? Give feedback.
All reactions