Skip to content

Commit 2d09c5e

Browse files
committed
Default to showing manual fields
1 parent 1dc4683 commit 2d09c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AddressFinderField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class AddressFinderField extends TextField
5050
/**
5151
* @var boolean
5252
*/
53-
protected $showManualFields;
53+
protected $showManualFields = true;
5454

5555
protected $showLatLngManual = false;
5656

0 commit comments

Comments
 (0)