Is it possible to remove the number on the wizard steps at runtime
I would like to remove the step number from the wizard at runtime, based on the number of step e.g if there is more than 4 steps I would like to remove the number to have more space for the text
2 Replies
I don't believe it is currently possible to remove number, you can replace it with icon. My suggestion would be you could extend Wizard class and have your own blade file which would allow you to add some extra options, but I don't think you can do this out the box
Yes I did this, was actually easier than I thought π