We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa112 commit dd3152cCopy full SHA for dd3152c
src/app/shared/components/tags-input/tags-input.component.html
@@ -3,7 +3,6 @@
3
class="tags-input-container flex flex-wrap align-items-center gap-1 p-inputtext"
4
[class.readonly]="readonly()"
5
tabindex="0"
6
- role="textbox"
7
[attr.aria-label]="'common.placeholder.addTag' | translate"
8
(click)="!readonly() && onContainerClick()"
9
(keydown)="!readonly() && onContainerKeydown($event)"
src/app/shared/components/tags-input/tags-input.component.scss
@@ -27,6 +27,7 @@
27
margin: 0;
28
box-shadow: none;
29
height: 24px;
30
+ min-height: 24px;
31
32
&::placeholder {
33
color: var(--p-inputtext-placeholder-color);
0 commit comments