pookmish
pookmish
I have this same issue but with the `phpcs` & `psaml` linters. I've since disable `psalm` since it fails to even run any other linters because of composer issue (I...
I had the same issue. My work around, i aded the same field and configured to display only 1 item and rewrite display to be the label text. Then put...
my workaround was ok. but i opened a PR to change the field output to be a render array that works better for the field labels. https://github.com/nuvoleweb/ui_patterns/pull/182
I just had an accessibility review performed on a page using this library. This issue was called out. Replacing or even nesting with a button would solve the problem. Unfortunately...
> [@pookmish](https://github.com/pookmish) I'm not sure if this is a bug, but do you need to revalidate the URL alias when creating new content? Before the content is created, accessing the...
@ksk1kd I tested out a version of your idea. If I change the EntityActionEvent to use the URL object instead of a string, it seems to invalidate the path alias...