I’m trying to disable the keyboard from showing everytime I click on the side menu button. I have a text box that is in my side menu that appears to be getting focus.
What would be the best way to suppress this behavior? Here is a picture.
How do you think I should tackle my issue? Did you see my reply? I’m doing everything i can think of to force it down, but based on the location of the text box nothing seems to work.
Unfortunately I did not. I have a work around for now, which is putting some sort of design element at the top, and the search box just below it. It still gets triggered but not as often.
I have a solution. I set the attribute “disabled” on the input. I then re-enable the field on touch. I keep the field disabled on menu touch by sending an event that the controller of my side menu listens to and resets disabled=true.