Antd input prohibits clicking on the Input input box to display previously entered records

Solution:

// 注意:antd中 autoComplete中C大写,其他情况小写
<Input placeholder="请输入" autoComplete="off" />

The official website does not give this attribute, check it yourself

Guess you like

Origin blog.csdn.net/hyupeng1006/article/details/128905028