Need advice on how to construct my machine #1639
-
If you have to collect user input for At this point, I'm storing In my head, I'm thinking that perhaps it should be implemented like below I can't wrap my head around how I would go about it. {
starting_point: {
initial: 'no_selection',
states: {
no_selection: {},
selected: {}
}
},
destination: {
initial: 'no_selection',
states: {
no_selection: {},
selected: {}
}
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Will the distance check be triggered by the user or automatically run while the user edits the form if both fields are valid? |
Beta Was this translation helpful? Give feedback.
Will the distance check be triggered by the user or automatically run while the user edits the form if both fields are valid?