-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent click on the step #5
Comments
Hi, I'm rewriting this component and the new version will allow the consumer much more control. |
@adi518 oh nice! is there any estimates? |
In few days hopefully. |
Any progress on how to prevent clicking the steps? |
temporary CSS workaround here:
|
Sorry to disappoint, my plans were slightly hindered by real life. I don't like to leave things uncompleted and I do want to keep this little project maintained, so I will take care of it once things settle down a little. |
No worries! Life and work happens. |
Any update on this? Also, do you have the WIP in another branch? Maybe you could uploaded and get some help from the community. |
We ended up writing our own stepper and have abandoned this one. Good luck @justinbeatz |
@theGrower Did you open-source it? I'm looking to get back to this and modernize it for Vue 2/3, unless there's a better one out there. |
@adi518 No, we did not open-source it. I'm sorry. I'm also no longer at that company to be able to access the code base and discuss making it open source. |
That was a quick reply, thanks. I looked at |
@adi518 Honestly, it wasn't that much work to build our own with the exact functionality we wanted. I think the other dev, granted she's pretty darn good, had it build in an afternoon. Most of the framework we needed was there in HTML5, ECMAScript 6, and Vue.js. A little custom CSS and, BOOM, it was up and running. |
Which developer are you talking about? btw, it is generally not wise to build a component from scratch. It's better to fork and add the functionality you want unless it deviates significantly from the original functionality. That way you can also contribute back to the original project, be it an individual or software company. This component has sophisticated logic for customizing it to a large extent, something many other components do not offer. I can also say that most of the issues that people start are related to insufficient knowledge of Vue.js and its scoped slot feature. The feature requested here is a complete disable of the component, which is rather easy to add, and admittedly, should have been provided from the get-go. 👍 |
Sorry, the Dev that built out our own stepper at my last employer. |
Oh, also, I'm just realize which topic this is. I was thinking of a different topic... hell, it may have been a different stepper we tried. I'm sorry. You are the maintainer as well. |
Can I prevent click on the step somehow? I don't want to allow moving to the next step (unless user let's say filled form)
The text was updated successfully, but these errors were encountered: