Component: ListSortOrderComponent
A component to encapsulate the list sorting options is required. This list will display a simple title and render the known options for sorting the list.
Acceptance Criteria:
- Should accept input
sortOrders
in the form of a list of knownListSort
- Should accept input
currentSortOrder
in the form of a singleListSort
- Should display a title "List Sort Order"
- Should display a box containing a list of format radio options
- Should bind the
ListSort
input listsortOrders
- Should check option when rendered ListSort matches
currentSortOrder
- Should check option when rendered ListSort matches
- Should expose output
sortOrderChanged
ofListSort
- Should emit output event on selection of format in lista
- Should bind the
Edited by Jon Rista