chore: revert default value update
parent
2628c4e4a8
commit
2a7b6b2fab
|
@ -72,7 +72,7 @@ export default {
|
|||
},
|
||||
currencyDisplay: {
|
||||
type: String,
|
||||
default: 'code'
|
||||
default: undefined
|
||||
},
|
||||
useGrouping: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -264,7 +264,7 @@ export interface InputNumberProps {
|
|||
currency?: string | undefined;
|
||||
/**
|
||||
* 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'.
|
||||
* @defaultValue code
|
||||
* @defaultValue symbol
|
||||
*/
|
||||
currencyDisplay?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue