Update readme for Autocomplete (#1657)

According to the source, the accepted values for `direction` are `"auto" | "up" | "down"`.
8e2b688954/components/autocomplete/Autocomplete.d.ts (L54)
old
Paweł Rychlik 2017-09-01 17:53:16 +02:00 committed by Javi Velasco
parent 071a4d3c71
commit 4ca6747bfc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ If you want to provide a theme via context, the component key is `RTAutocomplete
|:-----|:-----|:-----|:-----|
| `allowCreate` | `Bool` | `false` | Determines if user can create a new option with the current typed value |
| `className` | `String` | `''` | Sets a class to style of the Component.|
| `direction` | `String` | `auto` | Determines the opening direction. It can be `auto`, `top` or `down`. |
| `direction` | `String` | `auto` | Determines the opening direction. It can be `auto`, `up` or `down`. |
| `disabled` | `Bool` | `false` | If true, component will be disabled. |
| `error` | `String` or `Node` | | Sets the error string for the internal input element. |
| `keepFocusOnChange` | `Bool` | `false` | Whether component should keep focus after value change. |