From 2077cd1d10c1dac9f2383dd230d005a69eb235e8 Mon Sep 17 00:00:00 2001 From: SoyDiego Date: Tue, 26 Sep 2023 13:37:35 +0200 Subject: [PATCH] fix typo inputnumber --- src/app/showcase/doc/inputnumber/buttonsdoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/showcase/doc/inputnumber/buttonsdoc.ts b/src/app/showcase/doc/inputnumber/buttonsdoc.ts index ca05f019ab4..934b590753c 100644 --- a/src/app/showcase/doc/inputnumber/buttonsdoc.ts +++ b/src/app/showcase/doc/inputnumber/buttonsdoc.ts @@ -6,7 +6,7 @@ import { Code } from '../../domain/code'; template: `

- Spinner buttons is enabled using the showButtons options and layout is defined with the buttonLayout. Default value is "stacked" whereas "horizontal" and "stacked" are alternatives. Note that even there are no buttons, + Spinner buttons are enabled using the showButtons options and layout is defined with the buttonLayout. Default value is "stacked" whereas "horizontal" and "stacked" are alternatives. Note that even there are no buttons, up and down arrow keys can be used to spin the values with keyboard.