fix: readOnly写法

This commit is contained in:
zhangxulong 2023-03-23 18:45:54 +08:00
parent bae2a5ce89
commit 27a4083a1c

View File

@ -293,7 +293,7 @@ const CityArea = memo<AreaProps>(props => {
}
placeholder={__('City.street')}
disabled={disabled}
readOnly
readOnly={true}
/>
) : null}
<PopUp