Skip to content

Commit dcc1048

Browse files
Update README.md
1 parent e18d5db commit dcc1048

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
Simple form library for React Native with great UX for developer and end-user api and some code inspired by [wsmd/react-native-use-form](https://github.com/wsmd/react-native-use-form)
2222

2323

24-
- Autoscroll to next fields with keyboard
24+
- Autoscroll to next fields with keyboard (iOS/Android)
2525
- Validation
2626
- Autoscroll to errors in form if submit validation fails
2727
- Automatically adds a lot of props e.g. when you use the telephone('telNumber') it will open up the right keyboard + autocomplete
2828
- Email, username, password, number, numberText, decimal, decimalText,
2929
- Great typescript support!
3030
- Nested object with dot notation
31-
- Great decimal support with support for , notation and automatically convert it to a Number object
31+
- Locale decimal support
32+
- Great decimal support with support for , notation and automatically convert it to a Number object (based on locale)
3233

3334
See an (older) demo: https://twitter.com/RichardLindhout/status/1344009881863516165
3435

0 commit comments

Comments
 (0)