From ba388204b05cb8c80df223b5140761baaf90d084 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Tue, 4 Apr 2017 11:26:02 -0400 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbd5355..7f4a980 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ import { Picker } from 'emoji-mart' | Prop | Required | Default | Description | | ---- | :------: | ------- | ----------- | +| **autoFocus** | | `false` | Auto focus the search input when mounted | | **color** | | `#ae65c5` | The top bar anchors select and hover color | | **emoji** | | `department_store` | The emoji shown when no emojis are hovered | | **include** | | `['People', 'Flags']` | Only load included categories |