pub fn TagInput(props: TagInputProps) -> impl IntoViewExpand description
An editable list of tags with a text entry that adds a trimmed tag on Enter. Emits new
tags through on_add and removed tags through on_remove.
§Required Props
- tags:
impl Into<Signal<Vec<String>>> - on_add:
Callback<String> - on_remove:
Callback<String>
§Optional Props
- placeholder:
impl Into<String>