I'm working with an input field:
<div class="search-field search-field-date search-field-calendar ui-datepicker-calendar columns small-3">
<input type="text" data-ng-model="goDate"
placeholder="Departure Date" data-mtx-datepicker data-mtx-maxdate="returnDate" data-mtx-time="departureTime" />
</div>
After selecting a date, this is what I get:
Now, my goal is to display multiple pieces of information like this:
Whenever a date is selected:
I am unsure about how to achieve this.