microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Feature] Save last state of anyOf/oneOf configurations #36

Open janechu opened 5 years ago

janechu commented 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).

The MessageSystem should store the last picked anyOf/oneOf with a new incoming/outgoing message and the Form should reference this stored value.