温馨提示:配置后的输入框在最下面
额外添加的输入框设置不会动态响应,而是会保存点击时的设置
{{JSON.stringify({
value: value,
type: type,
password: password,
disabled: disabled,
maxlength: maxlength,
focus: focus,
adjustPosition: adjustPosition,
cursorSpacing: cursorSpacing,
confirmType: confirmType,
confirmHold: confirmHold,
cursor: cursor,
selectionStart: selectionStart,
selectionEnd: selectionEnd,
style: style,
placeholder: placeholder,
placeholderStyle: placeholderStyleIndex,
placeholderClass: placeholderClassIndex,
}).replace(/,/g, ',\n')}}
{{JSON.stringify(eventInfo).replace(/,/g, ',\n')}}