webadmin icon indicating copy to clipboard operation
webadmin copied to clipboard

on android, logs page's search box has "next" instead of enter/search

Open programmerjake opened this issue 9 months ago • 2 comments

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

programmerjake avatar Feb 17 '25 02:02 programmerjake

Hey programmer jake, had you meanwhile time to turn this issue into a real merge request?

stappersg avatar May 04 '25 09:05 stappersg

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.

programmerjake avatar May 04 '25 19:05 programmerjake