React EasyUI 數(shù)字框

2020-06-24 12:07 更新

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

屬性列表

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

注:
- 繼承: SpinnerBase 。

使用方法

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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號