A Tokenizing TextBox for Avalonia, similar to the one created by Marcus Perryman for WindowsCommunityToolkit
Based on work by Jöran Malek
<DockPanel>
<c:TokenizingTextBox
TokenDelimiter=";"
Items="{Binding Tokens}"
SelectedItem="{Binding SelectedItem}"
SearchSource="{Binding SearchSourceList}"/>
</DockPanel>
- Cleanup main control file
- ...pretty much an overhaul of everything
AvaloniaTokenizingTextBox is licensed under the MIT license.
All contributions and improvements are welcome!