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 efaf9c6 commit 32165fbCopy full SHA for 32165fb
packages/view/src/Elements/IsElement.php
@@ -60,11 +60,7 @@ public function getAttribute(string $name): ?string
60
{
61
$attributes = $this->getAttributes();
62
63
- $originalName = $name;
64
-
65
- $name = ltrim($name, ':');
66
67
- return $attributes[$originalName] ?? $this->attributes[":{$name}"] ?? $this->attributes[$name] ?? null;
+ return $attributes[$name] ?? null;
68
}
69
70
public function setAttribute(string $name, string $value): self
0 commit comments