I'm attempting to incorporate this functionality into my Angular project ( link ), but I'm facing challenges with styling it using CSS. Could this be due to limitations in overriding the default settings? I came across this helpful resource: source
Is there a way to achieve the same outcome using only HTML and CSS? My main struggle lies in implementing the dropdown selection feature. I aim to toggle between all options seamlessly. However, when "By Month" is kept separate, one of the other selections remains active despite not being the current choice. Any insights on how to address this issue?
Appreciate any assistance in advance!