LouisMazel / vue-phone-number-input

A phone number input made with Vue JS (format & valid phone number)
https://louismazel.github.io/vue-phone-number-input
MIT License
608 stars 153 forks source link

Inputs RTL direction. #171

Open mahmoudabdelhalim opened 2 years ago

mahmoudabdelhalim commented 2 years ago

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