ctrachte / SimpliFly

A single-page progressive web app to show flights for a certain origin, destination, and their prices
2 stars 1 forks source link

Need Origin and Destination values to be an object #10

Closed ctrachte closed 3 years ago

ctrachte commented 3 years ago

When choosing an airport from their respective selectors, we need the input's value to be set like the following:

{
city: "New York",
state: "NY"
airportCode: "JFK"
}