var popper = new Popper(referenceElement, onBottomPopper, {
placement: 'bottom'
});
Popper.js already knows that referenceElement is the association, so it seems reasonable to consider if it should (maybe optionally) create the <label> or aria association between the two.Similar for default keybindings that make sense.