Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Conversation

@jleveugle
Copy link
Contributor

@jleveugle jleveugle commented Apr 4, 2019

By default, after validating a step, user can edit it and update his choice.

<oui-step-form header="Simple step" description="This is a description">

we want to let our developpers decide when this update is possible. Today, user can do it as he wishes, this can be problematic in case of loading for example.

Example:

<oui-step-form header="Simple step" description="This is a description" editable="false">

will result by removing the link: "Modifying this step"

Copy link
Contributor

@AxelPeter AxelPeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a unit test, and we're all good :)

By default, after validating a step, user can edit it and update his choice.

<oui-step-form header="Simple step" description="This is a description">

we want to let our developpers decide when this update is possible. Today, user can do it as he wishes, this can be problematic in case of loading for example.

Example:

<oui-step-form header="Simple step" description="This is a description" editable="false">

will result by removing the link: "Modifying this step"
@jleveugle jleveugle force-pushed the feat/oui-stepper-editable branch from 8503f8e to e12bc46 Compare April 4, 2019 15:45
@jleveugle
Copy link
Contributor Author

Need a unit test, and we're all good :)

done ;)

@AxelPeter AxelPeter merged commit 87ac063 into master Apr 5, 2019
@jleveugle jleveugle deleted the feat/oui-stepper-editable branch April 5, 2019 09:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants