Conversation
a4cb95a to
5f3f79f
Compare
|
Pinging @elastic/eui-team (EUI) |
| onChange={this._onLatChange} | ||
| isInvalid={isLatInvalid} | ||
| data-test-subj="latitudeInput" | ||
| step="any" // Browsers will validate decimals as invalid otherwise |
There was a problem hiding this comment.
For context for this reversion, EuiFieldNumber now defaults to step="any", so all decimal number inputs will no longer have invalid states (although you're still of course free to pass in your own custom step interval, e.g. step={0.5}
nreese
left a comment
There was a problem hiding this comment.
kibana-gis changes LGTM
code review only
|
@elasticmachine merge upstream |
peteharverson
left a comment
There was a problem hiding this comment.
ML functional test change LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @tkajtoch |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary `@elastic/eui@79.0.1` ⏩ `@elastic/eui@80.0.0` --- ## [`80.0.0`](https://github.com/elastic/eui/tree/v80.0.0) - Improved the contrast ratio of meta labels within `EuiSelectableTemplateSitewide` to meet WCAG AA guidelines. ([elastic#6761](elastic/eui#6761)) - Added `vulnerabilityManagementApp` glyph to `EuiIcon` ([elastic#6762](elastic/eui#6762)) - Added `logoVulnerabilityManagement` icon to `EuiIcon` ([elastic#6763](elastic/eui#6763)) - Added `onPanelChange` callback to `EuiContextMenu` to provide consumer access to `panelId` and `direction`. ([elastic#6767](elastic/eui#6767)) **Bug fixes** - Fixed `EuiComboBox` so `append` and `prepend` icon buttons are full height and vertically centered. ([elastic#6766](elastic/eui#6766)) - Improved the uniformity of dropdown components by hiding the dropdown icon of disabled `EuiComboBox`s. ([elastic#6768](elastic/eui#6768)) **Breaking changes** - `EuiFieldNumber` now defaults the `step` prop to `"any"` ([elastic#6760](elastic/eui#6760)) - EUI now globally resets a default Chromium browser style that was decreasing the opacity of disabled `select` items. ([elastic#6768](elastic/eui#6768)) --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
@elastic/eui@79.0.1⏩@elastic/eui@80.0.080.0.0EuiSelectableTemplateSitewideto meet WCAG AA guidelines. (#6761)vulnerabilityManagementAppglyph toEuiIcon(#6762)logoVulnerabilityManagementicon toEuiIcon(#6763)onPanelChangecallback toEuiContextMenuto provide consumer access topanelIdanddirection. (#6767)Bug fixes
EuiComboBoxsoappendandprependicon buttons are full height and vertically centered. (#6766)EuiComboBoxs. (#6768)Breaking changes
EuiFieldNumbernow defaults thestepprop to"any"(#6760)selectitems. (#6768)