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
feat(feedback): Add autoCorrect and spellCheck config to FeedbackWidget (#5627)
* feat(feedback): add autoCorrect and spellCheck config
- Add optional autoCorrect and spellCheck props to FeedbackGeneralConfiguration
- Pass props through to all three TextInput elements (default: true)
- Add autoCapitalize="none" to email input to prevent iOS capitalization
- Add tests for prop forwarding, defaults, and email autoCapitalize
* Fix build issues after merge
* Remove duplicate declaration
---------
Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@
8
8
9
9
## Unreleased
10
10
11
+
### Features
12
+
13
+
- Add `autoCorrect` and `spellCheck` config options to `FeedbackWidget` ([#5627](https://github.com/getsentry/sentry-react-native/pull/5627))
14
+
- Add `autoCapitalize="none"` to `FeedbackWidget` email input ([#5627](https://github.com/getsentry/sentry-react-native/pull/5627))
15
+
11
16
### Fixes
12
17
13
18
- Deep merge custom `styles` with defaults in `FeedbackWidget` instead of replacing them ([#5625](https://github.com/getsentry/sentry-react-native/pull/5625))
0 commit comments