Select Sibling Component on Event Triggered

image

I was wanting to know what the parameter would be to select another object on an event. The goal is to be able to click on the calendar icon to open the date selection in addition to the date time input component. What would the self.getsibling("DateTimeInput") string be to select the date selection box and open the dropdown selection?

self.getsibling("DateTimeInput").focus()
2 Likes