-
Notifications
You must be signed in to change notification settings - Fork 296
Search input broken #4
Comments
The problem lies with how your elements have been nested/positioned. The current markup displays a label, followed by a span element that finally contains the input field - screenshot here to reference. On mobile, it seems like you're tapping the input field when really the label is what's in the way. As a quick test/proof of issue, removing the label tag and just having Markup refactoring is required, or maybe a EDIT: I imagine the toolbar is appearing since there are multiple form elements to cycle through within the form. |
@SKempin the duplication appears to be caused by the typeahead.js plugin. |
I have the same issue. Will it be fixed soon? |
@mesqueeb This is caused by interaction with the label component, but removing this causes accessibility issues. Happy to discuss if you would like to look at address this with me? |
Hi I know this is an older issue but is it fixed? I'm trying to get more frontend experience and I'll fork the repo and take a look if you want. |
@DanWilkes02 This issue still persists, however I have commented out the label in the repo as a temporary fix. You can checkout an old commit if you would like to take a look, which would be much appreciated. The label was commented out on commit |
@DanWilkes02 Just wondering if you are looking at this? Thanks. |
I'm so sorry I've been super busy (ugh exams!) and this completely slipped my mind. |
Looks nice. Keyboard doesn't pop up in search on iPhone 6S. Checking Mac browser tomorrow.
Same problem with entering search on the web through Safari. You have to hold the mouse in the field to enter a search term. It only works in Google Chrome. But here it is lightning fast. Looking forward to a fix ;)
The text was updated successfully, but these errors were encountered: