mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复inputCity 移动端未处理disabled 的问题
This commit is contained in:
parent
56ced5fe41
commit
ea25b68c87
@ -283,6 +283,7 @@ const CityArea = memo<AreaProps>(props => {
|
||||
onResultClick={() => setIsOpened(!isOpened)}
|
||||
placeholder={__('Select.placeholder')}
|
||||
mobileUI={mobileUI}
|
||||
disabled={disabled}
|
||||
></ResultBox>
|
||||
{allowStreet && values[0] ? (
|
||||
<input
|
||||
|
Loading…
Reference in New Issue
Block a user