We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9420884 commit fb7afd4Copy full SHA for fb7afd4
1 file changed
src/Fields/Properties/WithWireModel.php
@@ -6,7 +6,7 @@ trait WithWireModel
6
{
7
protected function wireModelProperty(?string $wireModel = null): ?string
8
9
- $wireModel = $wireModel ?? $this->field->get('wire_model', 'change');
+ $wireModel = $wireModel ?? $this->field->get('wire_model', 'live.change');
10
11
/* "Defer" is Livewire's default so we don't want to return it as modifier. */
12
return $wireModel !== 'defer' ? $wireModel : null;
0 commit comments