Veselina Kolova
Veselina Kolova
Getting data for a user is nice, but what about when you don't know the id or name?
Let's say I pass this HTML: `Lorem ipsum dolor sit amet, consectetur adipiscing elit.` When I convert it to DraftJS content and set it as editor state, the editor shows...
### Describe the bug I get `Storybook preview hooks can only be called inside decorators and story functions.` error when combining `@storybook/addon-themes` `withThemeByClassName` when globally wrapping stories in markup. ```javascript...
Enable preventing of popup close from closing all parents. This PR aims to resolve https://github.com/Akryum/floating-vue/issues/874 . This is especially useful in the cases where you use the `Dropdown` component for...