Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

[fixed] #42: add proper ARIA roles to elements #362

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/build/
/dist/
/examples/__build__
/node_modules/
/coverage/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ The value to display in the input field
Default value: `{}`

Props that are applied to the element which wraps the `<input />` and
dropdown menu elements rendered by `Autocomplete`.
dropdown menu elements rendered by `Autocomplete`. This is in addition to
the following properties set by `Autocomplete`: role, aria-expanded.

#### `wrapperStyle: Object` (optional)
Default value:
Expand Down
Loading