Skip to content

Commit 69790f7

Browse files
committed
Fix rtl method to set condition true value
1 parent f58251b commit 69790f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/OtpInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getType(): string
5858
return $this->evaluate($this->type);
5959
}
6060

61-
public function rtl(bool|\Closure $condition = false): static
61+
public function rtl(bool|\Closure $condition = true): static
6262
{
6363
$this->isRtl = $condition;
6464

0 commit comments

Comments
 (0)