Skip to content

Commit 646d9e0

Browse files
authored
Fix: Issue #486 (#503)
* add: Finnish (fi) translation * Update snapshots to current date to pass tests * Fix overlapping issue with other paper inputs
1 parent c67769c commit 646d9e0

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/Date/DatePickerInputWithoutModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ function getLabel({
145145

146146
const styles = StyleSheet.create({
147147
root: {
148-
flex: 1,
149148
flexGrow: 1,
150149
justifyContent: 'center',
151150
alignItems: 'flex-start',

src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ exports[`renders CalendarEdit 1`] = `
1212
style={
1313
{
1414
"alignItems": "flex-start",
15-
"flex": 1,
1615
"flexGrow": 1,
1716
"justifyContent": "center",
1817
"width": "100%",
@@ -265,7 +264,7 @@ exports[`renders CalendarEdit 1`] = `
265264
}
266265
testID="text-input-flat"
267266
underlineColorAndroid="transparent"
268-
value="12/15/2025"
267+
value="12/19/2025"
269268
withModal={false}
270269
/>
271270
</View>

src/__tests__/Date/__snapshots__/DatePickerInput.test.tsx.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ exports[`renders DatePickerInput 1`] = `
66
style={
77
{
88
"alignItems": "flex-start",
9-
"flex": 1,
109
"flexGrow": 1,
1110
"justifyContent": "center",
1211
"width": "100%",
@@ -258,7 +257,7 @@ exports[`renders DatePickerInput 1`] = `
258257
}
259258
testID="text-input-flat"
260259
underlineColorAndroid="transparent"
261-
value="12/15/2025"
260+
value="12/19/2025"
262261
/>
263262
</View>
264263
<View

src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exports[`renders DatePickerInputWithoutModal 1`] = `
55
style={
66
{
77
"alignItems": "flex-start",
8-
"flex": 1,
98
"flexGrow": 1,
109
"justifyContent": "center",
1110
"width": "100%",
@@ -256,7 +255,7 @@ exports[`renders DatePickerInputWithoutModal 1`] = `
256255
}
257256
testID="text-input-flat"
258257
underlineColorAndroid="transparent"
259-
value="12/15/2025"
258+
value="12/19/2025"
260259
/>
261260
</View>
262261
</View>

0 commit comments

Comments
 (0)