*

ahmose

  • **
  • 13 posts
update intl-tel-input
« on: November 07, 2023, 02:54:50 AM »
the plugin uses intl-tel-input 13.0.4 version which doesnt support RTL
please update to latest version or update css to support rtl

thanks

*

MB Themes

Re: update intl-tel-input
« Reply #1 on: November 07, 2023, 05:46:01 PM »
I would guess newer version will not be compatible with current solution, but will check when I get time.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on December 12, 2023, 12:46:31 PM
*

ahmose

  • **
  • 13 posts
Re: update intl-tel-input
« Reply #2 on: December 12, 2023, 09:51:40 AM »
since the main issue for me was the RTL display i found out that this field should be displayed in LTR in all languages
so i just added this to my theme in rtl css file :
Code: [Select]
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="text"], .intl-tel-input.separate-dial-code input[type="tel"] {direction: ltr;}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {direction: ltr;}