Check out example codes for "input tag no suggestions". It will help you in understanding the concepts better.
Code Example 1
//To disable suggestions
<input autocomplete="off" />
//To enable suggestion
<input autocomplete="on" />
Learn ReactJs, React Native from akashmittal.com