[Vuejs]-Date input field is taking more than 4 character in vue js input type date 10 October 2023 by thecoderscamp.com 0👍 ✅ You can use max attribute for that. e.g. <input type="date" max="9999-12-31"> [Vuejs]-How to pass id for get data from api with axios.post? Source:stackexchange.com