i am using ReactJS and ReduxJS to construct my application .
I created my form using Redux-Form and there are many text input and for one of them ,i am using onkeyDown event to increase and decrease number in my text
so when i click up arrow or enter first digit the text is auto completed with previous date entered(history) that disturb when i click another up arrow
[Hint] I tried AutoComplete=off
and did not work