vue-tel-input icon indicating copy to clipboard operation
vue-tel-input copied to clipboard

RTL - Right To left

Open HaniGerges opened this issue 4 years ago • 1 comments

this npm isnt support RTL right ... ?

HaniGerges avatar Apr 12 '20 18:04 HaniGerges

Here is a workaround:

html[dir=rtl] .vti__dropdown-list {
  right: 0;
}

html[dir=rtl]  .vti__dropdown-item {
  text-align: right;
  unicode-bidi: plaintext;
}

mas-iota avatar Nov 26 '20 10:11 mas-iota

This issue was closed because it has been stalled with no activity.

iamstevendao avatar Nov 29 '23 08:11 iamstevendao