pub fn SearchList(props: SearchListProps) -> impl IntoViewExpand description
A searchable list of items with a text input that filters by title and
subtitle. The active entry expands to show its detail body and scrolls into
view; selected and on_select track the current selection and
placeholder customizes the search box.
§Required Props
§Optional Props
- selected:
RwSignal<Option<String>> - on_select:
Callback<String> - placeholder:
impl Into<String>