Jeff S.
Jeff S.
Any progress on how to prevent clicking the steps?
temporary CSS workaround here: ``` /* prevent click events on all steppers */ div.v-stepper > div.v-stepper-root > div.v-step { pointer-events: none; } ```
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...
@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.
@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...
Sorry, the Dev that built out our own stepper at my last employer. I agree with you; however, to fork this project, fix what we needed, and maintain it would...
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...
> This can probably be fixed by applying these styles to that container: > > ```css > overflow: hidden; > text-overflow: ellipsis; > white-space: nowrap; > ``` > > That...
> > > @aaronransley. The fix is pretty decent. But not ideal. There is still the element `.vs__search` making the text narrower than it could be in the field when...