@@ -73,8 +73,10 @@ exports[`FeedbackWidget matches the snapshot with custom styles 1`] = `
7373 Name
7474 </Text >
7575 <TextInput
76+ autoCorrect = { false }
7677 onChangeText = { [Function ]}
7778 placeholder = " Your Name"
79+ spellCheck = { false }
7880 style = {
7981 {
8082 " borderColor" : " #0000ff" ,
@@ -97,9 +99,12 @@ exports[`FeedbackWidget matches the snapshot with custom styles 1`] = `
9799 Email
98100 </Text >
99101 <TextInput
102+ autoCapitalize = " none"
103+ autoCorrect = { false }
100104 keyboardType = " email-address"
101105 onChangeText = { [Function ]}
102106 placeholder = " your.email@example.org"
107+ spellCheck = { false }
103108 style = {
104109 {
105110 " borderColor" : " #0000ff" ,
@@ -123,9 +128,11 @@ exports[`FeedbackWidget matches the snapshot with custom styles 1`] = `
123128 (required)
124129 </Text >
125130 <TextInput
131+ autoCorrect = { true }
126132 multiline = { true }
127133 onChangeText = { [Function ]}
128134 placeholder = " What's the bug? What did you expect?"
135+ spellCheck = { true }
129136 style = {
130137 [
131138 {
@@ -312,8 +319,10 @@ exports[`FeedbackWidget matches the snapshot with custom styles and screenshot b
312319 Name
313320 </Text >
314321 <TextInput
322+ autoCorrect = { false }
315323 onChangeText = { [Function ]}
316324 placeholder = " Your Name"
325+ spellCheck = { false }
317326 style = {
318327 {
319328 " borderColor" : " #0000ff" ,
@@ -336,9 +345,12 @@ exports[`FeedbackWidget matches the snapshot with custom styles and screenshot b
336345 Email
337346 </Text >
338347 <TextInput
348+ autoCapitalize = " none"
349+ autoCorrect = { false }
339350 keyboardType = " email-address"
340351 onChangeText = { [Function ]}
341352 placeholder = " your.email@example.org"
353+ spellCheck = { false }
342354 style = {
343355 {
344356 " borderColor" : " #0000ff" ,
@@ -362,9 +374,11 @@ exports[`FeedbackWidget matches the snapshot with custom styles and screenshot b
362374 (required)
363375 </Text >
364376 <TextInput
377+ autoCorrect = { true }
365378 multiline = { true }
366379 onChangeText = { [Function ]}
367380 placeholder = " What's the bug? What did you expect?"
381+ spellCheck = { true }
368382 style = {
369383 [
370384 {
@@ -615,8 +629,10 @@ exports[`FeedbackWidget matches the snapshot with custom texts 1`] = `
615629 Name Label
616630 </Text >
617631 <TextInput
632+ autoCorrect = { false }
618633 onChangeText = { [Function ]}
619634 placeholder = " Name Placeholder"
635+ spellCheck = { false }
620636 style = {
621637 {
622638 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -644,9 +660,12 @@ exports[`FeedbackWidget matches the snapshot with custom texts 1`] = `
644660 Email Label
645661 </Text >
646662 <TextInput
663+ autoCapitalize = " none"
664+ autoCorrect = { false }
647665 keyboardType = " email-address"
648666 onChangeText = { [Function ]}
649667 placeholder = " Email Placeholder"
668+ spellCheck = { false }
650669 style = {
651670 {
652671 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -675,9 +694,11 @@ exports[`FeedbackWidget matches the snapshot with custom texts 1`] = `
675694 (is required label)
676695 </Text >
677696 <TextInput
697+ autoCorrect = { true }
678698 multiline = { true }
679699 onChangeText = { [Function ]}
680700 placeholder = " Message Placeholder"
701+ spellCheck = { true }
681702 style = {
682703 [
683704 {
@@ -885,8 +906,10 @@ exports[`FeedbackWidget matches the snapshot with custom texts and screenshot bu
885906 Name Label
886907 </Text >
887908 <TextInput
909+ autoCorrect = { false }
888910 onChangeText = { [Function ]}
889911 placeholder = " Name Placeholder"
912+ spellCheck = { false }
890913 style = {
891914 {
892915 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -914,9 +937,12 @@ exports[`FeedbackWidget matches the snapshot with custom texts and screenshot bu
914937 Email Label
915938 </Text >
916939 <TextInput
940+ autoCapitalize = " none"
941+ autoCorrect = { false }
917942 keyboardType = " email-address"
918943 onChangeText = { [Function ]}
919944 placeholder = " Email Placeholder"
945+ spellCheck = { false }
920946 style = {
921947 {
922948 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -945,9 +971,11 @@ exports[`FeedbackWidget matches the snapshot with custom texts and screenshot bu
945971 (is required label)
946972 </Text >
947973 <TextInput
974+ autoCorrect = { true }
948975 multiline = { true }
949976 onChangeText = { [Function ]}
950977 placeholder = " Message Placeholder"
978+ spellCheck = { true }
951979 style = {
952980 [
953981 {
@@ -1218,8 +1246,10 @@ exports[`FeedbackWidget matches the snapshot with default configuration 1`] = `
12181246 Name
12191247 </Text >
12201248 <TextInput
1249+ autoCorrect = { false }
12211250 onChangeText = { [Function ]}
12221251 placeholder = " Your Name"
1252+ spellCheck = { false }
12231253 style = {
12241254 {
12251255 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -1247,9 +1277,12 @@ exports[`FeedbackWidget matches the snapshot with default configuration 1`] = `
12471277 Email
12481278 </Text >
12491279 <TextInput
1280+ autoCapitalize = " none"
1281+ autoCorrect = { false }
12501282 keyboardType = " email-address"
12511283 onChangeText = { [Function ]}
12521284 placeholder = " your.email@example.org"
1285+ spellCheck = { false }
12531286 style = {
12541287 {
12551288 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -1278,9 +1311,11 @@ exports[`FeedbackWidget matches the snapshot with default configuration 1`] = `
12781311 (required)
12791312 </Text >
12801313 <TextInput
1314+ autoCorrect = { true }
12811315 multiline = { true }
12821316 onChangeText = { [Function ]}
12831317 placeholder = " What's the bug? What did you expect?"
1318+ spellCheck = { true }
12841319 style = {
12851320 [
12861321 {
@@ -1488,8 +1523,10 @@ exports[`FeedbackWidget matches the snapshot with default configuration and scre
14881523 Name
14891524 </Text >
14901525 <TextInput
1526+ autoCorrect = { false }
14911527 onChangeText = { [Function ]}
14921528 placeholder = " Your Name"
1529+ spellCheck = { false }
14931530 style = {
14941531 {
14951532 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -1517,9 +1554,12 @@ exports[`FeedbackWidget matches the snapshot with default configuration and scre
15171554 Email
15181555 </Text >
15191556 <TextInput
1557+ autoCapitalize = " none"
1558+ autoCorrect = { false }
15201559 keyboardType = " email-address"
15211560 onChangeText = { [Function ]}
15221561 placeholder = " your.email@example.org"
1562+ spellCheck = { false }
15231563 style = {
15241564 {
15251565 " borderColor" : " rgba(41, 35, 47, 0.13)" ,
@@ -1548,9 +1588,11 @@ exports[`FeedbackWidget matches the snapshot with default configuration and scre
15481588 (required)
15491589 </Text >
15501590 <TextInput
1591+ autoCorrect = { true }
15511592 multiline = { true }
15521593 onChangeText = { [Function ]}
15531594 placeholder = " What's the bug? What did you expect?"
1595+ spellCheck = { true }
15541596 style = {
15551597 [
15561598 {
0 commit comments