We should rename the `onSelected` prop to `onSelect` to be consistent with the other props in the other components (e.g., `onChange`). In addition, it would be nice to specify a `value` that is the current/selected value.
We should rename the
onSelectedprop toonSelectto be consistent with the other props in the other components (e.g.,onChange).In addition, it would be nice to specify a
valuethat is the current/selected value.