diff --git a/src/Form/Ui.php b/src/Form/Ui.php index faf9556..2f6e923 100644 --- a/src/Form/Ui.php +++ b/src/Form/Ui.php @@ -99,7 +99,7 @@ class Ui extends UiElement implements Extension { break; case in_array('time', $options): - $input = new UiText(); + $input = new UiTime(); break; case in_array('url', $options):