0
A question
I have a form for booking a flight, how can I make history in the past disabled and at least date history today by js?
2 Answers
+ 5
You should have saved your code in SoloLearn and attach the saved code link within your question Description. How did you expect people to help you when they can't even see your code?
Follow this guide on how to share links đ
https://www.sololearn.com/post/74857/?ref=app
+ 2
<input autocomplete="off">
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete



