ElementUI:项目中如果用到MessageBox弹框的输入框input且type为password,以及用到<el-dialog>里面用到input且type为password。此时如果项目中也使用了 时间日期选择组件则会出现如下情况:

凡是当前显示页面使用日期的地方报此错误。因为password是不可能不加的,所以解决这个问题只能强制给日期选择器加一个ID并且不同日期选择控件加不同的ID

elementUI  MessageBox弹框  &lt;el-dialog&gt;弹框如果出现input的type属性为password。项目中用到日期组件的地方会报错-LMLPHP

elementUI  MessageBox弹框  &lt;el-dialog&gt;弹框如果出现input的type属性为password。项目中用到日期组件的地方会报错-LMLPHP

错误出现诱因:

诱因1:MessageBox弹框的输入框input且type为password

elementUI  MessageBox弹框  &lt;el-dialog&gt;弹框如果出现input的type属性为password。项目中用到日期组件的地方会报错-LMLPHP

诱因2:<el-dialog>里面用到input且type为password

elementUI  MessageBox弹框  &lt;el-dialog&gt;弹框如果出现input的type属性为password。项目中用到日期组件的地方会报错-LMLPHP

05-04 01:47