react-autowhatever
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -263,2 +263,3 @@ 'use strict'; | ||
role: 'combobox', | ||
ref: 'input', | ||
'aria-autocomplete': 'list', | ||
@@ -265,0 +266,0 @@ 'aria-owns': this.getItemsContainerId(), |
{ | ||
"name": "react-autowhatever", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Accessible rendering layer for Autosuggest and Autocomplete components", | ||
@@ -5,0 +5,0 @@ "main": "dist/Autowhatever.js", |
@@ -184,2 +184,3 @@ import React, { Component, PropTypes } from 'react'; | ||
role: 'combobox', | ||
ref: 'input', | ||
'aria-autocomplete': 'list', | ||
@@ -186,0 +187,0 @@ 'aria-owns': this.getItemsContainerId(), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51591
1279