From 480f3e9d423c8e533ed86d9507779a1a88e3a72d Mon Sep 17 00:00:00 2001 From: Tommmaso Menga Date: Fri, 23 Aug 2024 14:06:27 +0200 Subject: [PATCH] docs(sbb-time-input): add size docs --- src/elements/time-input/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/elements/time-input/readme.md b/src/elements/time-input/readme.md index c6f59852e0..501d8ca0a0 100644 --- a/src/elements/time-input/readme.md +++ b/src/elements/time-input/readme.md @@ -12,10 +12,13 @@ which accepts the id of the native input, or directly its reference. ## In `sbb-form-field` -If the `sbb-time-input` is used within a `sbb-form-field` with a native input, they are automatically linked. +If the `sbb-time-input` is used within a `sbb-form-field`: + +- It links to the native input automatically. +- It adapts to the form-field `size`. ```html - +