The Bootstrap .form-control set the appearance prop to none. A simple one-liner CSS to fix this:
.form-control
appearance: auto !important;