浏览代码

fix Elm TimePicker 组件

xaboy 6 年之前
父节点
当前提交
deb318e33e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 = [
     protected static $propsRule = [
         'readonly' => 'bool',
         'readonly' => 'bool',
         'disabled' => 'bool',
         'disabled' => 'bool',
+        'isRange' => 'bool',
         'editable' => 'bool',
         'editable' => 'bool',
         'clearable' => 'bool',
         'clearable' => 'bool',
         'size' => 'string',
         'size' => 'string',