americanexpress / react-albus

✨ React component library for building declarative multi-step flows.
Apache License 2.0
1.1k stars 89 forks source link

Added an option to match ids loosely #28

Closed wongbsn closed 4 years ago

wongbsn commented 6 years ago

This PR adds an option to the wizard to match routes loosely by matching the beginning of the url instead of the entire thing.

Example:

<Wizard history={history} exactMatch={false}>
<Step id="step1">

Expected routes: /step1/add /step1/assign /step1/login

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.