Skip to main content

TagInput

Function TagInput 

Source
pub fn TagInput(props: TagInputProps) -> impl IntoView
Expand 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

§Optional Props