Skip to content

Conversation

engijlr
Copy link
Contributor

@engijlr engijlr commented Aug 12, 2025

Added keyboard support for tag deletion and improved input navigation:

-Tags can now be deleted when focused by pressing the Backspace key.
-Added logic to exit the input field when no text is provided, improving keyboard navigation.

@engijlr
Copy link
Contributor Author

engijlr commented Aug 14, 2025

Update: Better tag focus handling and corrections from the last PR

-Added logic to find the current focusable tag using tabindex.
-Only one tag can be focused at a time (tabindex="0"), the rest are skipped (tabindex="-1").
-Makes it easier to move between tags with the keyboard and delete the right one.

*No need to tab through every single tag.

@engijlr engijlr marked this pull request as ready for review August 14, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants