Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 53... Línea 53...
53
            }
53
            }
Línea 54... Línea 54...
54
 
54
 
55
            searchValueElement.value = '';
55
            searchValueElement.value = '';
Línea 56... Línea 56...
56
        });
56
        });
57
 
57
 
Línea 58... Línea 58...
58
        this.$component.on('hide.bs.dropdown', () => {
58
        this.component.addEventListener('hide.bs.dropdown', () => {
59
            this.searchInput.removeAttribute('aria-activedescendant');
59
            this.searchInput.removeAttribute('aria-activedescendant');
60
 
60