1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
François Chalifour
9c1b04003a fix(core): add type search to getInputProps 2020-08-19 17:57:09 +02:00
François Chalifour
4ea64b31aa fix(docsearch): pass autoFocus prop to autocomplete for mobiles 2020-07-30 12:05:18 +02:00
François Chalifour
ecda3d3da8 fix(docsearch): don't blur input on submit 2020-07-23 10:44:31 +02:00
François Chalifour
2b2cbcf984 chore(lint): sort imports 2020-07-21 11:01:02 +02:00
François Chalifour
2a00d3f3c0 refactor(docsearch): manage input focus with effects
The `autoFocus` prop is not standardize when coming from a component that gets mounted after the first page load.

Although this works with React, it does with Preact. This makes it work with both libraries.
2020-07-07 15:04:11 +02:00
François Chalifour
49c6347d8a fix(docsearch): limit query size 2020-04-04 14:42:41 +02:00
François Chalifour
80983f5245 fix(docsearch): don't focus input if initial query 2020-04-04 14:11:01 +02:00
François Chalifour
708b470cc1 feat(docsearch): introduce favorite searches 2020-04-03 17:55:22 +02:00
Renamed from src/SearchBox/SearchBox.tsx (Browse further)