icon: '&#xe626;'
tags:
  en:
    - popup
    - picker
    - form
  zh-CN:
    - 表单
    - 选择
    - 弹窗
extra:
  en: |
    <p class="tip">
      other props are the same as `Picker`
    </p>
  zh-CN: |
    <p class="tip">
      其他选项与`picker`一致
    </p>
props:
  value:
    type: Array
    en: picker value, use `v-model` for binding
    zh-CN: '表单值，使用`v-model绑定`'
  title:
    en: label text
    zh-CN: 标题
  cancel-text:
    en: popup cancel text
    zh-CN: 弹窗的取消文字
  confirm-text:
    en: popup confirm text
    zh-CN: 弹窗的确认文字
  placeholder:
    en: placeholder
    zh-CN: 提示文字
  show-name:
    type: Boolean
    default: false
    en: if show names instead of keys
    zh-CN: 是否显示文字值而不是key
  inline-desc:
    en: description text below label
    zh-CN: Cell的描述文字
  show:
    type: Boolean
    en: popup show (supports the .sync modifier next)
    zh-CN: 显示 (支持.sync修饰 next)
  id:
    type: String
    en: the id for picker
    zh-CN: picker元素需要的id
  valueTextAlign:
    type: String
    en: Value the way it is
    zh-CN: 值对其的方式
  columns:
    type: Number
    en: how many columns in chained-mode
    zh-CN: 指定联动模式下的列数，当不指定时表示非联动
  fixed-columns:
    type: Number
    en: how many columns will show
    zh-CN: 指定显示多少列，隐藏多余的
  show-second-name:
    type: Boolean
    en: Specifies the second column value of the display text that cannot be set at the same time as show-name
    zh-CN: 指定显示文字的第二列值，不能与show-name同时设置
    version: 1.3.7
changes:
  v1.3.7:
    en:
     - '[feature] 新增show-second-name属性值'
    zh-CN:
     - '[feature] 新增show-second-name属性值'
