NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
798 stars 240 forks source link

使用Stepper组件时,如何设置数字键盘? #824

Closed Coder7777 closed 2 years ago

Coder7777 commented 2 years ago

What problem does this feature solve?

使用Stepper组件时,如果用户点击Input直接进行输入,此时弹出的键盘是26个字母 数字的完整键盘。 其实这时候用户需要的只是纯数字键盘。 能否在Stepper组件上暴露一些属性,用于给开发人员设置弹出的键盘类型。

What does the proposed API look like?

<Stepper keyboard=“numeric” > </Stepper>

<Stepper keyboard=“ text” > </Stepper>

xcLtw commented 2 years ago

步进器用于数值调整,之后会修改为直接唤起数字键盘,不添加输入类型支持

xcLtw commented 2 years ago

参见:https://github.com/NG-ZORRO/ng-zorro-antd-mobile/pull/832