eui
eui copied to clipboard
Elastic UI Framework 🙌
It looks like we do not have any tokens for the tooltip of the toolbar buttons such as bold or italic. https://github.com/elastic/eui/blob/804219c94a61277b278ce2a0b203572b56e59918/src/components/markdown_editor/markdown_editor_toolbar.tsx#L36-L41 https://github.com/elastic/eui/blob/804219c94a61277b278ce2a0b203572b56e59918/src/components/markdown_editor/markdown_editor_toolbar.tsx#L113-L122 Code shows there is no Eui18n related...
### Summary This PR adds support for `onResizeStart` and `onResizeEnd` callback props to `EuiResizableContainer`. The callbacks support resizing with a pointer or a keyboard, and a `trigger: 'pointer' | 'key'`...
`Cannot assign to read only property 'backgroundColor' of object '#' at EuiAvatar (webpack://xxxx/./node_modules/@elastic/eui/es/components/avatar/avatar.js?:98:33) at renderWithHooks (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:14985:18) at updateFunctionComponent (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:17356:20) at beginWork (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:19063:16) at HTMLUnknownElement.callCallback (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:3945:14) at Object.invokeGuardedCallbackDev (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:3994:16) at invokeGuardedCallback...
## Summary Change all occurrences of `number | string` types to only allow `number` ## Why? It's confusing accepting both. I realize this was probably done to pave over whatever...
There's no easy way to set EuiDatePicker with the timepicker enabled to set a minimum date *and* time. You can do: (If it's Aug 15 2019 at 5:30pm) ```js
HI, im confused with the license of eui library, can I use this library for my personal projects ?
## Description I'd like to consider refactoring our EUI Context Menu component to use the WAI-ARIA pattern for a [navigation menu button](https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-links.html). This pattern can be easily composed into a...
Scenario: User enters edit mode. User types in combo box. User edits edit mode. App resets state, marking the combo-box as disabled, but the user's search text remains instead of...
We have new types of portals emerging in our Elastic products. For both scenarios, we recommended the usage of **EuiFlyout**. But it requires some CSS overrides or adapting the design...
While working on the new UX for the `` in Kibana I need to be able to control the search bar query term. The `` allows us to pass the...