Grafana-UI: Add id to Select to make it easier to test (#31230)
* Prettier formatting * Grafana-UI: Add support for id and inputId props to Select * Grafana-UI: Add aria-label to Select * Grafana-UI: InlineField and Field get ID from inputId prop For Select * Fix tests using TagFilter * Update Select prop documentation * Update Field tests to use screen instead * Fix the last few tests
Showing
... | ... | @@ -175,6 +175,7 @@ |
"postcss-reporter": "6.0.1", | ||
"prettier": "2.2.1", | ||
"react-hot-loader": "4.8.0", | ||
"react-select-event": "^5.1.0", | ||
"react-test-renderer": "16.12.0", | ||
"redux-mock-store": "1.5.4", | ||
"regexp-replace-loader": "1.0.1", | ||
... | ... | @@ -216,7 +217,6 @@ |
"@types/react-virtualized-auto-sizer": "1.0.0", | ||
"@types/sockjs-client": "^1.1.1", | ||
"@types/uuid": "8.3.0", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@welldone-software/why-did-you-render": "4.0.6", | ||
"abortcontroller-polyfill": "1.4.0", | ||
"angular": "1.8.2", | ||
... | ... |
packages/grafana-ui/src/utils/children.ts
0 → 100644
Please
register
or
sign in
to comment