Eduardo Ludi
Eduardo Ludi
* Adds filterProps as jsx config option * Sets also its default to `val => val !== undefined` This is the PR following this discussion: https://github.com/storybookjs/addon-jsx/issues/96#issuecomment-657445251
It's possible to get the selected text as `string`, so I can pass it as second argument of [`editor.insertAtom()`](http://bustle.github.io/mobiledoc-kit/demo/docs/Editor.html#insertAtom)? I'm trying to use `editor.cursorDidChange` to detect when user selects a...
In Chrome, when a field like email is autofill, some agent styles are added to `input:-internal-autofill-selected`, rendering the background white (and also other styles). This is clearly visible now in...
There are several (I counted 11) hardcoded text/labels as CSS's `content` properties within `::after` selectors. This makes these labels impossible of translate into other languages. Here are some examples, only...
In **line 9** of `molecules/forms/sample-form.twig`, there is a field that has an _Optional_ text on its label. It's a `` that has some classes applied to it, but looks like...
If a page has multiple [`media-block`](https://alps.adventist.io/v3/?p=molecules-media-block) and their image is set as `background_image`, the last one overrides the previous ones, because it's `` overrides `.o-background-image` globally. It's possible to see...