scheme = input 模式
1、
默认效果(选择手机区号)
Default effect (select phone area code)
没有找到该国籍!
区号:{{ schemaInput.default || '--' }}
1-2、
使用中文名称显示
Use Chinese name display
没有找到该国籍!
区号:{{ schemaInput.default || '--' }}
2、
国籍代码:{{ schemaInput.country || '--' }}
3、
onChange事件
onChange Event
区号:{{ schemaInput.event || '--' }}
{{ selectedObj }}
4、
区号:{{ schemaInput.defaultValue || '--' }}
5、
区号:{{ schemaInput.disableUse || '--' }}
6、
不显示图片
Do not display images
区号:{{ schemaInput.noImage || '--' }}
7、
不显示区号
Do not display area code
区号:{{ schemaInput.noCode || '--' }}
8、
区号:{{ schemaInput.onlyValue || '--' }}
9、
禁用指定国籍
Disable specified country
禁用:中国、美国、日本,中国香港(Disabled: China, USA, Japan, Hong Kong China)
区号:{{ schemaInput.disableCountry || '--' }}
10、
只显示指定国籍
Show only designated countries
只显示:中国、美国、日本,中国香港(Disabled: China, USA, Japan, Hong Kong China)
区号:{{ schemaInput.onlyCountry || '--' }}