Skip to content

Commit

Permalink
docs(readme) remove initialValue
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings authored May 23, 2019
1 parent 9cce6d9 commit fc977b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ vue-autosuggest does not have an opinion about how you render the items in your
| Prop | Type | Required | Description |
| :----------------------- | :------------------ | :--------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`id`](#inputPropsTable) | String || id attribute on `<input>`. |
| [`initial-value`](#) | String | | Set some initial value for the `<input>`. |
| Any DOM Props | \* | | You can add any props to `<input>` as the component will `v-bind` inputProps. Similar to rest spread in JSX. See more details here: https://vuejs.org/v2/api/#v-bind. The `name` attribute is set to "`q`" by default. |

<a name="sectionConfigsProp"></a>
Expand Down

0 comments on commit fc977b4

Please sign in to comment.