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.
2 parents 70e84e4 + c8d8703 commit 8de4dccCopy full SHA for 8de4dcc
src/Forms/Components/GoogleAutocomplete.php
@@ -218,7 +218,7 @@ public function autocompleteFieldColumnSpan(int|array|string|\Closure $autocompl
218
return $this;
219
}
220
221
- public function getAutocompleteFieldColumnSpan(): ?string
+ public function getAutocompleteFieldColumnSpan(): int|array|string|null
222
{
223
return $this->evaluate($this->autocompleteFieldColumnSpan);
224
0 commit comments