I am currently making adjustments to a basic datepicker.
I am looking to only include the Year dropdown (Month is not necessary).
https://i.sstatic.net/AEpaj.png
I have attempted to eliminate the Month dropdown by applying the following CSS:
select.custom-select {
display: none;
}
Unfortunately, this not only removes the Month dropdown but also the Year, as shown below: https://i.sstatic.net/HNc00.png
For further details, please refer to STACKBLITZ