diff --git a/src/month_dropdown.tsx b/src/month_dropdown.tsx index 9efd3c727..c58d6223f 100644 --- a/src/month_dropdown.tsx +++ b/src/month_dropdown.tsx @@ -62,8 +62,14 @@ export default class MonthDropdown extends Component< style={{ visibility: visible ? "visible" : "hidden" }} className="react-datepicker__month-read-view" onClick={this.toggleDropdown} + aria-expanded={this.state.dropdownVisible} + aria-haspopup="listbox" > - +