@saltcorn/select2
v0.7.4
Published
Typeahead fieldviews based on select2
Readme
select2
Typeahead fieldviews based on select2
Moving the input box
you can move the input box with CSS. Try this for you custom CSS in application settings
.select2-dropdown--below {
top: -2.8rem;
}