Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Apr 17, 2020
1 parent 22582d5 commit 22fd13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/Combobox.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function mount(
string $query = "",
string $searchField = "",
string $valueField = "id",
string $value = ""
$value = null
) : void {
$this->createFormView = $createFormView ?: "";
$this->fieldName = $fieldName ?: "";
Expand Down

0 comments on commit 22fd13d

Please sign in to comment.