@@ -878,7 +878,7 @@ exports[`single fields format color 1`] = `
878
878
onFocus = { [Function ]}
879
879
onKeyDown = { [Function ]}
880
880
placeholder = " "
881
- type = " color "
881
+ type = " text "
882
882
value = " "
883
883
/>
884
884
<span
@@ -935,61 +935,35 @@ exports[`single fields format date 1`] = `
935
935
<div
936
936
className = " ant-form-item-control-input-content"
937
937
>
938
- <div
939
- className = " ant-picker ant-picker-outlined ant-picker-has-feedback css-dev-only-do-not-override-1b0bdye"
938
+ <span
939
+ className = " ant-input-affix-wrapper css-dev-only-do-not-override-1b0bdye ant-input-outlined "
940
940
onClick = { [Function ]}
941
941
style = {
942
942
{
943
943
" width" : " 100%" ,
944
944
}
945
945
}
946
946
>
947
- <div
948
- className = " ant-picker-input"
949
- >
950
- <input
951
- aria-describedby = " root__error root__description root__help"
952
- autoComplete = " off"
953
- disabled = { false }
954
- id = " root"
955
- name = " root"
956
- onBlur = { [Function ]}
957
- onChange = { [Function ]}
958
- onFocus = { [Function ]}
959
- onKeyDown = { [Function ]}
960
- onMouseDown = { [Function ]}
961
- placeholder = " "
962
- readOnly = { true }
963
- size = { 12 }
964
- title = " "
965
- value = " "
966
- />
967
- <span
968
- className = " ant-picker-suffix"
969
- onMouseDown = { [Function ]}
970
- >
971
- <span
972
- aria-label = " calendar"
973
- className = " anticon anticon-calendar"
974
- role = " img"
975
- >
976
- <svg
977
- aria-hidden = " true"
978
- data-icon = " calendar"
979
- fill = " currentColor"
980
- focusable = " false"
981
- height = " 1em"
982
- viewBox = " 64 64 896 896"
983
- width = " 1em"
984
- >
985
- <path
986
- d = " M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
987
- />
988
- </svg >
989
- </span >
990
- </span >
991
- </div >
992
- </div >
947
+ <input
948
+ aria-describedby = " root__error root__description root__help"
949
+ className = " ant-input css-dev-only-do-not-override-1b0bdye"
950
+ disabled = { false }
951
+ id = " root"
952
+ name = " root"
953
+ onBlur = { [Function ]}
954
+ onChange = { [Function ]}
955
+ onCompositionEnd = { [Function ]}
956
+ onCompositionStart = { [Function ]}
957
+ onFocus = { [Function ]}
958
+ onKeyDown = { [Function ]}
959
+ placeholder = " "
960
+ type = " text"
961
+ value = " "
962
+ />
963
+ <span
964
+ className = " ant-input-suffix"
965
+ />
966
+ </span >
993
967
</div >
994
968
</div >
995
969
</div >
@@ -1040,61 +1014,35 @@ exports[`single fields format datetime 1`] = `
1040
1014
<div
1041
1015
className = " ant-form-item-control-input-content"
1042
1016
>
1043
- <div
1044
- className = " ant-picker ant-picker-outlined ant-picker-has-feedback css-dev-only-do-not-override-1b0bdye"
1017
+ <span
1018
+ className = " ant-input-affix-wrapper css-dev-only-do-not-override-1b0bdye ant-input-outlined "
1045
1019
onClick = { [Function ]}
1046
1020
style = {
1047
1021
{
1048
1022
" width" : " 100%" ,
1049
1023
}
1050
1024
}
1051
1025
>
1052
- <div
1053
- className = " ant-picker-input"
1054
- >
1055
- <input
1056
- aria-describedby = " root__error root__description root__help"
1057
- autoComplete = " off"
1058
- disabled = { false }
1059
- id = " root"
1060
- name = " root"
1061
- onBlur = { [Function ]}
1062
- onChange = { [Function ]}
1063
- onFocus = { [Function ]}
1064
- onKeyDown = { [Function ]}
1065
- onMouseDown = { [Function ]}
1066
- placeholder = " "
1067
- readOnly = { true }
1068
- size = { 21 }
1069
- title = " "
1070
- value = " "
1071
- />
1072
- <span
1073
- className = " ant-picker-suffix"
1074
- onMouseDown = { [Function ]}
1075
- >
1076
- <span
1077
- aria-label = " calendar"
1078
- className = " anticon anticon-calendar"
1079
- role = " img"
1080
- >
1081
- <svg
1082
- aria-hidden = " true"
1083
- data-icon = " calendar"
1084
- fill = " currentColor"
1085
- focusable = " false"
1086
- height = " 1em"
1087
- viewBox = " 64 64 896 896"
1088
- width = " 1em"
1089
- >
1090
- <path
1091
- d = " M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
1092
- />
1093
- </svg >
1094
- </span >
1095
- </span >
1096
- </div >
1097
- </div >
1026
+ <input
1027
+ aria-describedby = " root__error root__description root__help"
1028
+ className = " ant-input css-dev-only-do-not-override-1b0bdye"
1029
+ disabled = { false }
1030
+ id = " root"
1031
+ name = " root"
1032
+ onBlur = { [Function ]}
1033
+ onChange = { [Function ]}
1034
+ onCompositionEnd = { [Function ]}
1035
+ onCompositionStart = { [Function ]}
1036
+ onFocus = { [Function ]}
1037
+ onKeyDown = { [Function ]}
1038
+ placeholder = " "
1039
+ type = " text"
1040
+ value = " "
1041
+ />
1042
+ <span
1043
+ className = " ant-input-suffix"
1044
+ />
1045
+ </span >
1098
1046
</div >
1099
1047
</div >
1100
1048
</div >
@@ -1167,7 +1115,7 @@ exports[`single fields format time 1`] = `
1167
1115
onFocus = { [Function ]}
1168
1116
onKeyDown = { [Function ]}
1169
1117
placeholder = " "
1170
- type = " time "
1118
+ type = " text "
1171
1119
value = " "
1172
1120
/>
1173
1121
<span
@@ -3354,9 +3302,9 @@ exports[`single fields select field single choice formData 1`] = `
3354
3302
</span >
3355
3303
<span
3356
3304
className = " ant-select-selection-item"
3357
- title = " foo "
3305
+ title = " bar "
3358
3306
>
3359
- foo
3307
+ bar
3360
3308
</span >
3361
3309
</div >
3362
3310
<span
@@ -3542,37 +3490,35 @@ exports[`single fields string field format data-url 1`] = `
3542
3490
<div
3543
3491
className = " ant-form-item-control-input-content"
3544
3492
>
3545
- <div >
3546
- <span
3547
- className = " ant-input-affix-wrapper css-dev-only-do-not-override-1b0bdye ant-input-outlined"
3548
- onClick = { [Function ]}
3549
- style = {
3550
- {
3551
- " width" : " 100%" ,
3552
- }
3493
+ <span
3494
+ className = " ant-input-affix-wrapper css-dev-only-do-not-override-1b0bdye ant-input-outlined"
3495
+ onClick = { [Function ]}
3496
+ style = {
3497
+ {
3498
+ " width" : " 100%" ,
3553
3499
}
3554
- >
3555
- < input
3556
- aria-describedby = " root__error root__description root__help "
3557
- className = " ant-input css-dev-only-do-not-override-1b0bdye "
3558
- disabled = { false }
3559
- id = " root "
3560
- name = " root"
3561
- onBlur = { [ Function ] }
3562
- onChange = { [Function ]}
3563
- onCompositionEnd = { [Function ]}
3564
- onCompositionStart = { [Function ]}
3565
- onFocus = { [Function ]}
3566
- onKeyDown = { [Function ]}
3567
- placeholder = " "
3568
- type = " file "
3569
- value = " "
3570
- />
3571
- < span
3572
- className = " ant-input-suffix "
3573
- />
3574
- </ span >
3575
- </div >
3500
+ }
3501
+ >
3502
+ < input
3503
+ aria-describedby = " root__error root__description root__help "
3504
+ className = " ant-input css-dev-only-do-not-override-1b0bdye "
3505
+ disabled = { false }
3506
+ id = " root"
3507
+ name = " root "
3508
+ onBlur = { [Function ]}
3509
+ onChange = { [Function ]}
3510
+ onCompositionEnd = { [Function ]}
3511
+ onCompositionStart = { [Function ]}
3512
+ onFocus = { [Function ]}
3513
+ onKeyDown = { [ Function ] }
3514
+ placeholder = " "
3515
+ type = " text "
3516
+ value = " "
3517
+ />
3518
+ < span
3519
+ className = " ant-input-suffix "
3520
+ / >
3521
+ </span >
3576
3522
</div >
3577
3523
</div >
3578
3524
</div >
@@ -3645,7 +3591,7 @@ exports[`single fields string field format email 1`] = `
3645
3591
onFocus = { [Function ]}
3646
3592
onKeyDown = { [Function ]}
3647
3593
placeholder = " "
3648
- type = " email "
3594
+ type = " text "
3649
3595
value = " "
3650
3596
/>
3651
3597
<span
@@ -3724,7 +3670,7 @@ exports[`single fields string field format uri 1`] = `
3724
3670
onFocus = { [Function ]}
3725
3671
onKeyDown = { [Function ]}
3726
3672
placeholder = " "
3727
- type = " url "
3673
+ type = " text "
3728
3674
value = " "
3729
3675
/>
3730
3676
<span
0 commit comments