LouisMazel / vue-phone-number-input

A phone number input made with Vue JS (format & valid phone number)

Home Page:https://louismazel.github.io/vue-phone-number-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inputs RTL direction.

mahmoudabdelhalim opened this issue · comments

Can't change the input direction to RTL.

The input takes the LTR as a default and the custom style not working, If we add the Prop to the direction of the input to display it RTL or LTR it will be more dynamic.

Note when RTL: should display the number input firstly and the country code secondly.

@LouisMazel