Lint fixes
parent
21d8f85221
commit
de5ba8a0c9
|
@ -201,7 +201,7 @@ Vertical
|
|||
<td>currency</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>The currency to use in currency formatting. Possible values are the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency codes</a>,
|
||||
<td>The currency to use in currency formatting. Possible values are the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency codes</a>,
|
||||
such as "USD" for the US dollar, "EUR" for the euro, or "CNY" for the Chinese RMB.
|
||||
There is no default value; if the style is "currency", the currency property must be provided.</td>
|
||||
</tr>
|
||||
|
@ -209,7 +209,7 @@ Vertical
|
|||
<td>currencyDisplay</td>
|
||||
<td>string</td>
|
||||
<td>symbol</td>
|
||||
<td>How to display the currency in currency formatting. Possible values are "symbol" to use a localized currency symbol such as €,
|
||||
<td>How to display the currency in currency formatting. Possible values are "symbol" to use a localized currency symbol such as €,
|
||||
ü"code" to use the ISO currency code, "name" to use a localized currency name such as "dollar"; the default is "symbol".</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -222,16 +222,16 @@ Vertical
|
|||
<td>minFractionDigits</td>
|
||||
<td>number</td>
|
||||
<td>null</td>
|
||||
<td>The minimum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number and percent formatting is 0; the default for currency formatting is the number of
|
||||
<td>The minimum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number and percent formatting is 0; the default for currency formatting is the number of
|
||||
minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a> (2 if the list doesn't provide that information).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maxFractionDigits</td>
|
||||
<td>number</td>
|
||||
<td>null</td>
|
||||
<td>The maximum number of fraction digits to use. Possible values are from 0 to 20; the default for plain
|
||||
number formatting is the larger of minimumFractionDigits and 3; the default for currency formatting
|
||||
is the larger of minimumFractionDigits and the number of minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a>
|
||||
<td>The maximum number of fraction digits to use. Possible values are from 0 to 20; the default for plain
|
||||
number formatting is the larger of minimumFractionDigits and 3; the default for currency formatting
|
||||
is the larger of minimumFractionDigits and the number of minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a>
|
||||
(2 if the list doesn't provide that information).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -258,7 +258,7 @@ Vertical
|
|||
|
||||
<h3>Events</h3>
|
||||
<p>Any valid event such as focus, blur and input are passed to the underlying input element.</p>
|
||||
|
||||
|
||||
<h3>Styling</h3>
|
||||
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>
|
||||
<div class="doc-tablewrapper">
|
||||
|
|
Loading…
Reference in New Issue