pub trait SelectItemRenderer { type Item; // Required method fn label(&self) -> String; }
Render an item for the SimpleSelect component.
SimpleSelect