SearchBox custom #4479
Replies: 1 comment 1 reply
-
Are you saying this is or is not working now? I think it depends on how you are rendering, normally a newly rendered input with
Using the connectors as you did is correct if you do not want to use the builtin component
this is the same as any input, For the autofocus behaviour you're describing, this doesn't seem like the default. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to use algolia, but for now this is not really a success.
Not the implementation, but more the style of the component and some of the SearchBox features.
Fisrt case : When i use the from algolia.
Second case:
Because autofocus is not working on my case i've tried to used the
connectSearchBox(component)
method.Then i use
<Custom />
in my code butMy questions are, is there a way to put focus after a delay and style the component ? (First case senario)
Or is there a way to have a reference on my input that is not losing focus every key stroke ?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions