Let the tags styling matches the rest of the framework

This commit is contained in:
Hadi Nategh 2022-08-12 12:46:48 +02:00
parent 3326758a8c
commit a456f509f5

View File

@ -59,7 +59,7 @@ export class Et2Tag extends Et2Widget(SlTag)
{
super(...args);
this.value = "";
this.pill = true;
this.pill = false;
this.removable = true;
}