fix: cerrar dropdown de exámenes al seleccionar uno

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-17 15:25:40 -05:00
co-authored by Claude Sonnet 4.6
parent c717d474f7
commit 6bba6c6165
+1 -1
View File
@@ -1143,7 +1143,7 @@ document.addEventListener('DOMContentLoaded', () => {
maxOptions: null, maxOptions: null,
selectOnTab: false, selectOnTab: false,
onItemAdd() { recalcularPrecios(); examTS.setTextboxValue(''); examTS.refreshOptions(false); }, onItemAdd() { recalcularPrecios(); examTS.setTextboxValue(''); examTS.refreshOptions(false); examTS.close(); },
onItemRemove: () => recalcularPrecios(), onItemRemove: () => recalcularPrecios(),
onType(str) { onType(str) {
if (!str) return; if (!str) return;