Select boxes (aka dropdown lists) are a bit different than normal text input boxes. We’re not just rendering a single value, but rather we have a list of values and according text representations which are presented to the user.
In this lesson we extend our API object to also cope for such scenarios before we implement the dynamic rendering and databinding of our select box.