File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export const getFilledTextFieldData = (
9393
9494 const $containerStyles : StyleProp < ViewStyle > = [
9595 $containerStyle ,
96+ disabled && $disabledStyle ,
9697 $containerStyleOverride ,
9798 ] ;
9899
@@ -153,7 +154,6 @@ export const getFilledTextFieldData = (
153154 isWeb && {
154155 outlineStyle : 'none' as TextStyle [ 'outlineStyle' ] ,
155156 } ,
156- disabled && $disabledStyle ,
157157 $inputStyleOverride ,
158158 ] ;
159159
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export const getOutlinedTextFieldData = (
6969
7070 const $containerStyles : StyleProp < ViewStyle > = [
7171 $containerStyle ,
72+ disabled && $disabledStyle ,
7273 $containerStyleOverride ,
7374 ] ;
7475
@@ -115,7 +116,6 @@ export const getOutlinedTextFieldData = (
115116 isWeb && {
116117 outlineStyle : 'none' as TextStyle [ 'outlineStyle' ] ,
117118 } ,
118- disabled && $disabledStyle ,
119119 $inputStyleOverride ,
120120 ] ;
121121
Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
291291 " flexDirection" : " row" ,
292292 " paddingHorizontal" : 16 ,
293293 },
294+ false ,
294295 undefined ,
295296 ]
296297 }
@@ -324,7 +325,6 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
324325 },
325326 undefined ,
326327 false ,
327- false ,
328328 undefined ,
329329 ]
330330 }
@@ -794,6 +794,7 @@ exports[`renders filled TextField with TextField.Icon accessories when status is
794794 " flexDirection" : " row" ,
795795 " paddingHorizontal" : 16 ,
796796 },
797+ false ,
797798 undefined ,
798799 ]
799800 }
@@ -827,7 +828,6 @@ exports[`renders filled TextField with TextField.Icon accessories when status is
827828 },
828829 undefined ,
829830 false ,
830- false ,
831831 undefined ,
832832 ]
833833 }
@@ -1136,6 +1136,7 @@ exports[`renders filled TextField with label and value 1`] = `
11361136 " flexDirection" : " row" ,
11371137 " paddingHorizontal" : 16 ,
11381138 },
1139+ false ,
11391140 undefined ,
11401141 ]
11411142 }
@@ -1169,7 +1170,6 @@ exports[`renders filled TextField with label and value 1`] = `
11691170 },
11701171 undefined ,
11711172 false ,
1172- false ,
11731173 undefined ,
11741174 ]
11751175 }
@@ -1465,6 +1465,7 @@ exports[`renders outlined TextField with TextField.Icon accessories 1`] = `
14651465 " flexDirection" : " row" ,
14661466 " paddingHorizontal" : 16 ,
14671467 },
1468+ false ,
14681469 undefined ,
14691470 ]
14701471 }
@@ -1498,7 +1499,6 @@ exports[`renders outlined TextField with TextField.Icon accessories 1`] = `
14981499 },
14991500 undefined ,
15001501 false ,
1501- false ,
15021502 undefined ,
15031503 ]
15041504 }
@@ -1955,6 +1955,7 @@ exports[`renders outlined TextField with TextField.Icon accessories when status
19551955 " flexDirection" : " row" ,
19561956 " paddingHorizontal" : 16 ,
19571957 },
1958+ false ,
19581959 undefined ,
19591960 ]
19601961 }
@@ -1988,7 +1989,6 @@ exports[`renders outlined TextField with TextField.Icon accessories when status
19881989 },
19891990 undefined ,
19901991 false ,
1991- false ,
19921992 undefined ,
19931993 ]
19941994 }
@@ -2284,6 +2284,7 @@ exports[`renders outlined TextField with label and value 1`] = `
22842284 " flexDirection" : " row" ,
22852285 " paddingHorizontal" : 16 ,
22862286 },
2287+ false ,
22872288 undefined ,
22882289 ]
22892290 }
@@ -2317,7 +2318,6 @@ exports[`renders outlined TextField with label and value 1`] = `
23172318 },
23182319 undefined ,
23192320 false ,
2320- false ,
23212321 undefined ,
23222322 ]
23232323 }
You can’t perform that action at this time.
0 commit comments