InputNumber

自定义数值输入框元素

Ekde 2021/09/25. Vidu La ĝisdata versio.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/432807/973689/InputNumber.js

Aŭtoro
Laster2800 Liang
Versio
0.0.1.20210922151644
Kreita
2021/09/22
Ĝisdatigita
2021/09/25
Size
4,86 kb
Licenco
N/A

InputNumber

自定义数值输入框元素。

<input is="laster2800-input-number" value="5.6" min="-2.8" max="10" digits="2">

使用 min / max 限制范围,digits 设置精度。可使用上下方向键(配合 Alt/Shift/Ctrl)调整数值大小。

Source: Gitee / GitHub - by Laster2800