You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/password-input.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
|`value`|`string`| The `value` attribute for the generated `input` element. If not specified and `For` is not `null` then the value for the specified model expression will be used. |
37
37
38
38
39
-
#### `<govuk-password-input-label>`
39
+
#### `<label>` / `<govuk-password-input-label>`
40
40
41
41
The content is the HTML to use within the component's label.
42
42
@@ -47,14 +47,14 @@ Must be inside a `<govuk-password-input>` element.
47
47
|`is-page-heading`|`bool?`| Whether the label also acts as the heading for the page. |
48
48
49
49
50
-
#### `<govuk-password-input-hint>`
50
+
#### `<hint>` / `<govuk-password-input-hint>`
51
51
52
52
The content is the HTML to use within the component's hint.
53
53
54
54
Must be inside a `<govuk-password-input>` element.
0 commit comments