rolandtoth/AdminOnSteroids

AOS File filter box is too small with AdminThemeUikit

gmclelland opened this issue · 5 comments

This also applies to the filter box on image fields.

This can be fixed by adding:

type="text"

to the filter inputs

Just to be clear:

<input placeholder="🔍" list="wrapinputfield_page_files" tabindex="9" style="height: auto;" type="text">

This should fix this:
#66

This is fixed now