InputNumber

自定义数值输入框元素

بۇ قوليازمىنى بىۋاسىتە قاچىلاشقا بولمايدۇ. بۇ باشقا قوليازمىلارنىڭ ئىشلىتىشى ئۈچۈن تەمىنلەنگەن ئامبار بولۇپ، ئىشلىتىش ئۈچۈن مېتا كۆرسەتمىسىگە قىستۇرىدىغان كود: // @require https://update.greasyfork.org/scripts/432807/1160998/InputNumber.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
Laster2800 Liang
نەشرى
0.0.1.20230313154948
قۇرۇلغان ۋاقتى
2021-09-22
يېڭىلانغان ۋاقتى
2023-03-13
Size
5.5 KB
ئىجازەتنامىسى
يوق

InputNumber

自定义数值输入框元素。

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

使用 min / max 限制范围,digits 设置精度。

allow-zero 设置为 true 时强制允许 0,设置为 false 时强制禁止 0,缺省或设置为其他值时不干涉范围控制。

可使用上下方向键(配合 Alt/Shift/Ctrl)调整数值大小。

Source: Gitee / GitHub - by Laster2800