DEV Community

Alan Montgomery
Alan Montgomery

Posted on

IOS Form Toolbar / Assistant - HELP?!

Hey,

I'm developing a PWA in ReactJS (Not ReactNative).

I've ran into a potential issue which I want to get your thoughts on. It's to do with the "Form Toolbar" or the "Form Assistant" which is shown above the keyboard on IOS devices.

Is there any way I can remove this or prevent this from showing without going Native? It's interrupting the flow of some of my select inputs and date inputs and I want to completely get rid of it.

I've searched around and not been very successful - Hopefully someone can help out, Thank you!

See screenshot

Top comments (2)

Collapse
 
tobiassn profile image
Tobias SN

I don’t think there’s a way to fix this other than making it a native app.

Collapse
 
93alan profile image
Alan Montgomery

Sweet thanks for that. I'm still looking, gonna have to re-jig a few components and elements to allow for this as it throws the workflow off a bit.