UNPKG

vue-uikit-autocomplete

Version:

A small set of Vue input components adjusted for Uikit

7 lines 207 B
export default { componentUpdated(el) { let height = window.innerHeight - el.getBoundingClientRect().top height = height - 15 > 0 ? height - 15 : height el.style.maxHeight = height + 'px' } }