Spinner buttons are enabled using the showButtons property and layout is defined with the buttonLayout.
-Monetary values are enabled by setting mode property as currency. In this setting, currency property also needs to be defined using ISO 4217 standard such as "USD" for the US dollar.
-When disabled is present, the element cannot be edited and focused.
-Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
-Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
-Localization information such as grouping and decimal symbols are defined with the locale property which defaults to the user locale.
-InputNumber is used with the v-model property for two-way value binding.
-Custom texts e.g. units can be placed before or after the input section with the prefix and suffix properties.
-InputNumber provides small and large sizes as alternatives to the base.
-Buttons can also placed vertically by setting buttonLayout as vertical.
-