From fce7f3b330e3f9a75135202a64cf949bee7790d4 Mon Sep 17 00:00:00 2001 From: vnq <28255343+vnq@users.noreply.github.com> Date: Mon, 10 May 2021 13:50:38 +0200 Subject: [PATCH] Update overview.md --- docs/components/inputs/input/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/inputs/input/overview.md b/docs/components/inputs/input/overview.md index 3b0fab81c..8aa41290d 100644 --- a/docs/components/inputs/input/overview.md +++ b/docs/components/inputs/input/overview.md @@ -22,7 +22,7 @@ export const main = () => html``; - **suffix**: can be used for addons to the input like a calculator, datepicker or addressbook. In these cases a button with an icon is used. - **before**: does not have an active use case yet, but the option is in place. - **after**: can be used to show a currency or percentage. -- Delegates attributes like `type`, `disabled`, `placeholder` and `read-only` to the native input. +- Delegates attributes like `type`, `disabled`, `placeholder` and `readonly` to the native input. - Can make use of [validation](../../docs/../../docs/systems/form/validate.md). ## Installation