I have input date field and I want to prefilled it with current year only, so that whenever user want to update that field, he/she don't have to specify year each time, the field always prefilled with current year and user will edit date and month. If user want to edit year it is possible.
<input type="date" />
It is about year only, what i want to do is when specifically editing with keyboard, user shouldn't type year everytime, because in most of the cases the year will be current year.