mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: readOnly写法
This commit is contained in:
parent
bae2a5ce89
commit
27a4083a1c
@ -293,7 +293,7 @@ const CityArea = memo<AreaProps>(props => {
|
||||
}
|
||||
placeholder={__('City.street')}
|
||||
disabled={disabled}
|
||||
readOnly
|
||||
readOnly={true}
|
||||
/>
|
||||
) : null}
|
||||
<PopUp
|
||||
|
Loading…
Reference in New Issue
Block a user