Skip to content

Commit 020e744

Browse files
committed
bug #828 [Live] Adding missing format property (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Live] Adding missing format property | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | None | License | MIT I forgot to define the property - this is technically allowed (so things worked), but deprecated and a disaster of an idea ;). Cheers! Commits ------- fe4e393 [Live] Adding missing format property
2 parents 321bf3d + fe4e393 commit 020e744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LiveComponent/src/Attribute/LiveProp.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ final class LiveProp
4545
*/
4646
private ?string $fieldName;
4747

48+
private ?string $format;
49+
4850
private bool $acceptUpdatesFromParent;
4951

5052
/**

0 commit comments

Comments
 (0)