alaska-field-text

0.13.2 • Public • Published

alaska-field-text

Alaska text field

//alaska config

export default {
  'alaska-field-text': {
    //是否全部转为小写
    lowercase: false,
    //是否全部转为大写
    uppercase: false,
    //是否去掉首尾空格
    trim: false,
    //字符串模式
    match: /^[a-z]\w*/i,
    //字段最大长度
    maxlength: 20,
    //字段最小长度
    minlength: 1
  }
}

Contribute

Maichong Software

Liang Xingchen

Li Yudeng

License

This project is licensed under the terms of the MIT license

Readme

Keywords

Package Sidebar

Install

npm i alaska-field-text

Weekly Downloads

1

Version

0.13.2

License

MIT

Unpacked Size

10 kB

Total Files

6

Last publish

Collaborators

  • liangxingchen