diff --git a/src/Controls/DateTimeControlPrototype.php b/src/Controls/DateTimeControlPrototype.php index 499b380..41bd052 100644 --- a/src/Controls/DateTimeControlPrototype.php +++ b/src/Controls/DateTimeControlPrototype.php @@ -35,6 +35,7 @@ public function getControl(): Html { $control = parent::getControl(); $control->type = $this->htmlType; + $control->autocomplete('off'); $control->addClass($this->htmlType); list($min, $max) = $this->extractRangeRule($this->getRules());