Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个项目中使用 Ionic 5。我需要的一件事是带有向上/向下增量箭头的输入类型编号,如下图所示:
我该怎么做,因为我在他们网站上的 UI 组件上看不到任何示例。
将type属性设置ion-input为“数字”:
type
ion-input
<ion-input type="number" value="5" min="1" max="9"></ion-input>