@cniot/android-pda-components 2.0.0-beta.13 → 2.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,11 @@
1
- # 手持 PDA 实操组件库
1
+ # 2.0.0-beta.14
2
+ - SelectV2 默认支持 忽略大小写
3
+ - SelectV2 支持 handleFilter
2
4
 
3
5
  # 2.0.0-beta.13
4
6
  - ButtonV2 支持 hotkey
5
7
 
8
+ # 手持 PDA 实操组件库
6
9
 
7
10
  ## V2 说明
8
11
  V2 版本 组件是在【WMS 3.0】项目中提出的需求,基于【makro】项目代码升级的一套 具有新 UI 的 PDA 组件
@@ -806,9 +806,9 @@ export default function (props) {
806
806
  console.log(`primary button click===`);
807
807
  }}
808
808
  hotkey='Enter'
809
- hotkeyHandler={() => {
810
- console.log(`primary button hotkeyHandler===`);
811
- }}
809
+ // hotkeyHandler={() => {
810
+ // console.log(`primary button hotkeyHandler===`);
811
+ // }}
812
812
  >
813
813
  提交 Enter
814
814
  </ButtonV2>