W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
數(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>
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: