react-select-box
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -293,3 +293,9 @@ "use strict" | ||
}, | ||
this.options().map(this.renderOption), | ||
div( | ||
{ | ||
className: 'react-select-box-list', | ||
'aria-role': 'presentation' | ||
}, | ||
this.options().map(this.renderOption) | ||
), | ||
this.renderCloseButton() | ||
@@ -296,0 +302,0 @@ ) |
{ | ||
"name": "react-select-box", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "An accessible select box component for React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/select-box.js", |
Sorry, the diff of this file is too big to display
1745547
23541