1.0.4 • Published 5 years ago

@beisen-phoenix/mobile-field-area v1.0.4

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
5 years ago

描述

移动端地区选择字段

namedescriptiontypedefault
isMulti是否是多选booleanfalse
text默认值label(北京、天津、上海)string
value默认值id(1,2,3,4)string
hasError是否显示错误booleanfalse
readOnly是否只读状态booleanfalse
onChange字段值发生变化后的回调函数function(data)=>void
translation多语言支持object{labelText: '请选择地区',clearText: '清空',cancelText: '取消',submitText: '完成',selectPlaceholderText: '请在下方选择地区'}