inputs
inputs copied to clipboard
Wrap buttons in container element
In Inputs.button(), <button> elements are currently siblings of the <label> element:

This makes it close to impossible to wrap multiple buttons without having them flow below the label:

Please consider nesting all buttons in an additional div.