Open janechu opened 5 years ago
Save the last state of anyOf/oneOf selections so that when picking through them they can have user data.
This affects the MessageSystem (@microsoft/fast-tooling) as well as the Form (@microsoft/fast-tooling-react).
MessageSystem
@microsoft/fast-tooling
Form
@microsoft/fast-tooling-react
The MessageSystem should store the last picked anyOf/oneOf with a new incoming/outgoing message and the Form should reference this stored value.
Save the last state of anyOf/oneOf selections so that when picking through them they can have user data.
This affects the
MessageSystem
(@microsoft/fast-tooling
) as well as theForm
(@microsoft/fast-tooling-react
).The
MessageSystem
should store the last picked anyOf/oneOf with a new incoming/outgoing message and theForm
should reference this stored value.