index.wxml 537 B

1234567891011121314151617
  1. <wux-multi-picker-view
  2. id="wux-picker"
  3. prefixCls="{{ prefixCls }}"
  4. pickerPrefixCls="{{ pickerPrefixCls }}"
  5. value="{{ inputValue }}"
  6. itemHeight="{{ itemHeight }}"
  7. itemStyle="{{ itemStyle }}"
  8. indicatorStyle="{{ indicatorStyle }}"
  9. indicatorClass="{{ indicatorClass }}"
  10. maskStyle="{{ maskStyle }}"
  11. maskClass="{{ maskClass }}"
  12. labelAlign="{{ labelAlign }}"
  13. defaultFieldNames="{{ fieldNames }}"
  14. options="{{ showOptions }}"
  15. loading="{{ loading }}"
  16. bind:valueChange="onValueChange"
  17. />