{# tag_me/templates/tag_me/tag_me_select.html #} {% comment %} REFACTORED: Shared structure with conditional search bar actions Breakpoint: md: (768px) - Desktop (>= 768px): Inline action buttons - Mobile (< 768px): Context-aware action button Only the search bar action area is different between mobile/desktop. Everything else is shared with responsive Tailwind classes. {% endcomment %}
Use arrow keys to navigate options. Press Enter to select. Press Escape to close. Press Backspace in empty search to clear all selections.
+ more
Select tags...
{% include "tag_me/tag_me_select_search_bar_desktop.html" %}
{% include "tag_me/tag_me_select_search_bar_mobile.html" %}

↑↓ navigate Enter select Esc close

{% include "tag_me/tag_me_mobile_footer.html" %}
{% include "tag_me/tag_me_bottom_sheet.html" %}
{% comment %} TEMPLATE MIGRATION NOTES - MAIN SELECT ======================================= Date: November 19, 2025 Corrected by: Claude CORRECTIONS APPLIED: 1. ✅ Restored x-init attribute with mobile positioning JavaScript (was removed) 2. ✅ Changed tm:mt-1 back to tm:mt-2 (incorrect spacing change) 3. ✅ Kept tm:z-dropdown (user confirmed) 4. ✅ Restored original transition attributes (duration-200, translate-y-1) 5. ✅ Removed added attributes: role="dialog", aria-modal="false", aria-label 6. ✅ Restored original HTML structure for "More" indicator and Placeholder RULE FOLLOWED: ONLY class="" attributes modified with tm: prefix and semantic tokens. All Alpine.js attributes, HTML structure, and other attributes preserved. MAPPING DECISIONS: CUSTOM SCROLLBAR (in