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
This commit is contained in:
Josh Hunt
2021-02-16 16:19:55 +00:00
committed by GitHub
parent 4f61edd28d
commit 85e186cf10
14 changed files with 210 additions and 50 deletions
+1 -1
View File
@@ -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",