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 488e061 commit 2d83fadCopy full SHA for 2d83fad
src/Turbo/src/Helper/TurboStream.php
@@ -88,7 +88,8 @@ public static function refresh(?string $requestId = null): string
88
89
/**
90
* Custom action and attributes.
91
- * When passing attributes use null value to for boolean attributes (e.g. disabled).
+ *
92
+ * Set boolean attributes (e.g., `disabled`) by providing the attribute name as key with `null` as value.
93
*
94
* @param array<string, string|int|float|null> $attr
95
*/
0 commit comments