WIP - add extractor, generate snippet_data
This commit is contained in:
13
node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/select.js
generated
vendored
Normal file
13
node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/select.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports["default"] = getImplicitRoleForSelect;
|
||||
|
||||
/**
|
||||
* Returns the implicit role for a select tag.
|
||||
*/
|
||||
function getImplicitRoleForSelect() {
|
||||
return 'listbox';
|
||||
}
|
||||
Reference in New Issue
Block a user