Skip to content

Commit 7bb0b7a

Browse files
Update README.md
1 parent 47b753f commit 7bb0b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It implements the most common pattern of mobile form user interaction by convens
1616
- It displays different icons for valid and invalid field values
1717
- It displays validation message inside the field
1818
- When a field receives focus, it displays a keyboard (\*)
19-
- If it is not the last field in the form, the keyboard return key is set to `Next` (\*\*)
19+
- If it is not the last field in the form, the keyboard return key is set to `Next`
2020
- If it is the last field in the form, the keyboard return key is set to `Done` and hides keaboard on return
2121
- When a field receives focus, the form scrolls to the top of the field to avoid it being hidden behind the keyboard
2222
- When all fields lose focus, the form scrolls back to the top of the form

0 commit comments

Comments
 (0)