index.wxml 506 B

12345678910111213141516
  1. <wux-multi-picker-view
  2. id="wux-picker"
  3. wx:if="{{ cols.length > 0 }}"
  4. prefixCls="{{ multiPickerPrefixCls }}"
  5. pickerPrefixCls="{{ pickerPrefixCls }}"
  6. value="{{ inputValue }}"
  7. itemHeight="{{ itemHeight }}"
  8. itemStyle="{{ itemStyle }}"
  9. indicatorStyle="{{ indicatorStyle }}"
  10. indicatorClass="{{ indicatorClass }}"
  11. maskStyle="{{ maskStyle }}"
  12. maskClass="{{ maskClass }}"
  13. labelAlign="{{ labelAlign }}"
  14. options="{{ cols }}"
  15. bind:valueChange="onValueChange"
  16. />