ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3k stars 610 forks source link

InputItem clear unable to clear the content, the icon is displayed normally #1267

Closed ljc2114 closed 1 year ago

ljc2114 commented 1 year ago

Corresponding version

"react-native": "0.70.0",
"@ant-design/react-native": "^5.0.1",

problem

InputItem clear unable to clear the content, the icon is displayed normally

code

<InputItem
            clear={true}
            type="number"
            maxLength={11}
            value={tel}
            onChange={value => telChange(value)}
            placeholder="请输入11位手机号码">
            <Text style={styles.inputText}>+86</Text>
          </InputItem>
1uokun commented 1 year ago

image