Vue EasyUI 數(shù)字框

2020-06-24 11:44 更新

數(shù)字框( NumberBox )用于讓用戶僅能輸入數(shù)字值。 數(shù)字框( NumberBox )可以把輸入的元素轉(zhuǎn)換為不同的輸入。

屬性列表

名稱 數(shù)據(jù)類型 作用描述 默認(rèn)值
value number 字段值。 null
min number 最小允許值。 null
max number 最大允許值。 null
increment number 單擊微調(diào)按鈕時(shí)增加值。 1
precision number 小數(shù)點(diǎn)分隔符后顯示的最大精度。 0
decimalSeparator string 小數(shù)字符將整數(shù)和小數(shù)分開。 。
groupSeparator string 分隔整數(shù)組按千百萬字符顯示。
prefix string 前綴字符串。
suffix string 后綴字符串。

注:
- 繼承: SpinnerBase 。

使用方法

<div style="margin-bottom:10px">
    <Label for="n1" align="top">Amount:</Label>
    <NumberBox inputId="n1" :value="100" :spinners="true"></NumberBox>
</div>
<div style="margin-bottom:10px">
    <Label for="n2" align="top">List Price:</Label>
    <NumberBox inputId="n2" :value="234.56" :precision="2" :spinners="false"></NumberBox>
</div>
<div style="margin-bottom:10px">
    <Label for="n3" align="top">Discount:</Label>
    <NumberBox inputId="n3" :value="60" suffix="%" :spinners="false"></NumberBox>
</div>
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)