freescout2ant/Resources/views/partials
Claude 68b2258f3a
fix: Show email suggestions as clickable list instead of Awesomplete dropdown
Awesomplete is designed for typed input and doesn't reliably show
suggestions when the input is empty. Replace the approach with a
visible list-group rendered directly in the modal body:

- Add #email-suggestions container in the modal template
- Populate with clickable list items from the email search API
- On click, fill form fields and load contracts (same as Awesomplete select)
- Hide the suggestion list when user starts typing manually
- Keep original Awesomplete search untouched for manual input

https://claude.ai/code/session_01MahaxvQRjJ9bffCy4kaVNQ
2026-04-12 17:57:49 +00:00
..
contracts.blade.php Update link text for Ameise Contracts section 2026-01-13 21:08:19 +01:00
conversation_button.blade.php feat: Auto-suggest Ameise customers by email when opening archive modal 2026-04-12 17:27:28 +00:00
crm_modal.blade.php fix: Show email suggestions as clickable list instead of Awesomplete dropdown 2026-04-12 17:57:49 +00:00
crm_users.blade.php fix domain 2024-04-16 21:44:23 +02:00