You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
I have seen also that, on the first step, the cancel button is not shown. Is it correct?
In my case it could be useful to go back to the component where the stepper was called.
It could be also interesting to have yesText and noText at step level.
Update 1:
It seems that the attribute "yesText" does not exist anymore, but in the example gallery is still there.
Anyone can explain me what is correct? Should I use custom buttons?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using:
Dart 2.5.0,
If I set a text on
yesText
in aMaterialStepperComponent
, the stepper ignores it and shows "Continue".I have simply taken the first example and added yesText="OK"
Doing the same with
noText
works.I have seen also that, on the first
step
, the cancel button is not shown. Is it correct?In my case it could be useful to go back to the component where the
stepper
was called.It could be also interesting to have
yesText
andnoText
atstep
level.Update 1:
It seems that the attribute "
yesText
" does not exist anymore, but in the example gallery is still there.Anyone can explain me what is correct? Should I use custom buttons?
The text was updated successfully, but these errors were encountered: