webadmin
webadmin copied to clipboard
on android, logs page's search box has "next" instead of enter/search
in chrome on android, the logs page's search box has "next" instead of enter/search, which makes it impossible to actually perform the search since pressing what would be enter instead just goes to the next form element.
this can probably be fixed by adding enterkeyhint="search" (or some other appropriate value) to SearchBox's <input type="text"> element:
https://github.com/stalwartlabs/webadmin/blob/7324615cc2a872bc7bcd682481bbfb49ff655b9f/src/components/list/toolbar.rs#L54-L57
Hey programmer jake, had you meanwhile time to turn this issue into a real merge request?
Hey programmer jake, had you meanwhile time to turn this issue into a real merge request?
no, if I made a PR, I would have linked it here.