Browse Source

fix Elm TimePicker 组件

xaboy 5 years ago
parent
commit
deb318e33e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/UI/Elm/Components/TimePicker.php

+ 1 - 0
src/UI/Elm/Components/TimePicker.php

@@ -51,6 +51,7 @@ class TimePicker extends FormComponent
     protected static $propsRule = [
         'readonly' => 'bool',
         'disabled' => 'bool',
+        'isRange' => 'bool',
         'editable' => 'bool',
         'clearable' => 'bool',
         'size' => 'string',