Select component clear issue

Hey @Keven,

You can set up an event handler on change to clear your second component, and set an only run condition that is {{self.value === null}}. By applying this condition, this event handler will clear the month component only when the change of your year component results in being null.

Linking a similar topic here.