fix: cerrar dropdown de exámenes al seleccionar uno
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
c717d474f7
commit
6bba6c6165
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user