diff --git a/src/Entry/Address.php b/src/Entry/Address.php index d9b5cfee..46e084b1 100644 --- a/src/Entry/Address.php +++ b/src/Entry/Address.php @@ -16,5 +16,9 @@ class Address $this->entry->set_text( $value ); + + $this->entry->set_max_length( + 1024 + ); } } \ No newline at end of file