vue-form-wizard icon indicating copy to clipboard operation
vue-form-wizard copied to clipboard

RTL wizard

Open HaifaM90 opened this issue 7 years ago • 5 comments

Dear Cristijora

Greeting it's able to change the line direction of wizard from left to right? and also I want to add check function on each step it's applicable?

Haifa

HaifaM90 avatar Dec 26 '17 13:12 HaifaM90

Hi @HaifaM90 Unfortunately this plugin doesn't have support for RTL yet but that can be added. Would help a lot to have some sort of sketch/picture/mockup on how would that look.

My assumption is that the progress should go from right to left, the buttons will be switched and the font will go the other way around ?

cristijora avatar Dec 28 '17 17:12 cristijora

Hi Crist

Actually I test the package on RTL project it’s work fine with Tap shape just I overwrite the css rules for next and back button .. in other shape the bill sort ok but the movement line step as js is still from LTR. Nearly I’ll open pull request for the css LTR rules if you want .

I appreciate your fast response and I looking forward to work with you to make this package compatible with RTL application

Regards Haifa

On Thu, 28 Dec 2017 at 8:01 PM Cristi Jora [email protected] wrote:

Hi @HaifaM90 https://github.com/haifam90 Unfortunately this plugin doesn't have support for RTL yet but that can be added. Would help a lot to have some sort of sketch/picture/mockup on how would that look.

My assumption is that the progress should go from right to left, the buttons will be switched and the font will go the other way around ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cristijora/vue-form-wizard/issues/143#issuecomment-354320585, or mute the thread https://github.com/notifications/unsubscribe-auth/ATfTPR7lj6aSDZTyg0Xr1zl27f3h7wW0ks5tE8mBgaJpZM4RMw6X .

-- Sent from Gmail Mobile

HaifaM90 avatar Dec 28 '17 17:12 HaifaM90

hi i want to know if this shortage has been solved or not?

sasany11 avatar May 22 '19 06:05 sasany11

It is solved by changing the float of .wizard-progress-bar to right

dohahelmy avatar Apr 21 '20 02:04 dohahelmy

.vue-form-wizard .wizard-progress-bar {
    float: right !important;
}

mahdi4187 avatar Jan 24 '21 12:01 mahdi4187