InternationalPhoneNumberInput(
onInputChanged: onInputChanged,
cursorColor: kDarkGreyColor,
initialValue: phoneNumber, //+961 or 961
hintText: 'Phone Number',
...
我想将标志选择器的初始值设置为我的国家/地区+961但是初始值不起作用?如何设置初始值国家/地区代码
enter image description here
3条答案
按热度按时间00jrzges1#
其工作原理如下
...
iaqfqrcu2#
创建电话号码时,请添加如下所示的ISO代码
gdx19jrr3#
增值在@Lou的答案,你可以设置一个对应于当前地区的手机开始国家.
有关更多信息,请访问https://github.com/natintosh/intl_phone_number_input/issues/155