summaryrefslogtreecommitdiff
path: root/elm/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'elm/Lib')
-rw-r--r--elm/Lib/Autocomplete.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/elm/Lib/Autocomplete.elm b/elm/Lib/Autocomplete.elm
index 0dd0e9fc..5cda67eb 100644
--- a/elm/Lib/Autocomplete.elm
+++ b/elm/Lib/Autocomplete.elm
@@ -239,7 +239,8 @@ view cfg model attrs =
let
input =
inputText cfg.id model.value (cfg.wrap << Input) <|
- [ onFocus <| cfg.wrap Focus
+ [ autocomplete False
+ , onFocus <| cfg.wrap Focus
, onBlur <| cfg.wrap Blur
, style "width" "270px"
, custom "keydown" <| JD.map (\c ->