React doesn't render autocomplete off

前端 未结 11 1181
陌清茗
陌清茗 2020-12-15 02:17

How do I make react render it?



        
11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-15 02:53

    According to Mozilla documentation, you have to set an invalid value to really turn the autocompletion off. In some browsers, autocomplete suggestions are still given even though the attribute is set to off.

    This worked for me (react-bootstrap):

    
    

提交回复
热议问题