@@ -1005,6 +1005,163 @@ Array [
10051005
10061006exports [` renders components/auto-complete/demo/custom.tsx extend context correctly 2` ] = ` []` ;
10071007
1008+ exports [` renders components/auto-complete/demo/disabled-custom-debug.tsx extend context correctly 1` ] = `
1009+ <div
1010+ class = " ant-flex css-var-test-id ant-flex-wrap-wrap"
1011+ style = " gap: 12px;"
1012+ >
1013+ <input
1014+ class = " ant-input ant-input-disabled ant-input-outlined css-var-test-id ant-input-css-var"
1015+ disabled = " "
1016+ placeholder = " Regular Input"
1017+ type = " text"
1018+ value = " "
1019+ />
1020+ <div
1021+ class = " ant-select ant-select-outlined ant-select-auto-complete ant-select-customize css-var-test-id ant-select-css-var ant-select-single ant-select-disabled ant-select-customize-input ant-select-show-search"
1022+ >
1023+ <div
1024+ class = " ant-select-content"
1025+ >
1026+ <textarea
1027+ aria-autocomplete = " list"
1028+ aria-expanded = " false"
1029+ aria-haspopup = " listbox"
1030+ autocomplete = " off"
1031+ class = " ant-input ant-input-outlined css-var-test-id ant-input-css-var ant-select-input ant-input-disabled"
1032+ disabled = " "
1033+ id = " test-id"
1034+ role = " combobox"
1035+ type = " text"
1036+ />
1037+ </div >
1038+ </div >
1039+ <div
1040+ class = " ant-select-dropdown ant-slide-up-appear ant-slide-up-appear-prepare ant-slide-up css-var-test-id ant-select-css-var ant-select-dropdown-empty ant-select-dropdown-placement-bottomLeft"
1041+ style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; right: auto; bottom: auto; box-sizing: border-box;"
1042+ >
1043+ <div >
1044+ <div
1045+ class = " ant-select-item-empty"
1046+ id = " test-id_list"
1047+ role = " listbox"
1048+ />
1049+ </div >
1050+ </div >
1051+ <div
1052+ class = " ant-select ant-select-outlined css-var-test-id ant-select-css-var ant-select-single ant-select-show-arrow ant-select-disabled"
1053+ >
1054+ <div
1055+ class = " ant-select-content"
1056+ >
1057+ <div
1058+ class = " ant-select-placeholder"
1059+ style = " visibility: visible;"
1060+ />
1061+ <input
1062+ aria-autocomplete = " list"
1063+ aria-expanded = " false"
1064+ aria-haspopup = " listbox"
1065+ autocomplete = " off"
1066+ class = " ant-select-input"
1067+ disabled = " "
1068+ id = " test-id"
1069+ readonly = " "
1070+ role = " combobox"
1071+ type = " search"
1072+ value = " "
1073+ />
1074+ </div >
1075+ <div
1076+ class = " ant-select-suffix"
1077+ >
1078+ <span
1079+ aria-label = " down"
1080+ class = " anticon anticon-down"
1081+ role = " img"
1082+ >
1083+ <svg
1084+ aria-hidden = " true"
1085+ data-icon = " down"
1086+ fill = " currentColor"
1087+ focusable = " false"
1088+ height = " 1em"
1089+ viewBox = " 64 64 896 896"
1090+ width = " 1em"
1091+ >
1092+ <path
1093+ d = " M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
1094+ />
1095+ </svg >
1096+ </span >
1097+ </div >
1098+ </div >
1099+ <div
1100+ class = " ant-select-dropdown ant-slide-up-appear ant-slide-up-appear-prepare ant-slide-up css-var-test-id ant-select-css-var ant-select-dropdown-empty ant-select-dropdown-placement-bottomLeft"
1101+ style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; right: auto; bottom: auto; box-sizing: border-box;"
1102+ >
1103+ <div >
1104+ <div
1105+ class = " ant-select-item-empty"
1106+ id = " test-id_list"
1107+ role = " listbox"
1108+ >
1109+ <div
1110+ class = " css-var-test-id ant-empty ant-empty-normal ant-empty-small"
1111+ >
1112+ <div
1113+ class = " ant-empty-image"
1114+ >
1115+ <svg
1116+ height = " 41"
1117+ viewBox = " 0 0 64 41"
1118+ width = " 64"
1119+ xmlns = " http://www.w3.org/2000/svg"
1120+ >
1121+ <title >
1122+ No data
1123+ </title >
1124+ <g
1125+ fill = " none"
1126+ fill-rule = " evenodd"
1127+ transform = " translate(0 1)"
1128+ >
1129+ <ellipse
1130+ cx = " 32"
1131+ cy = " 33"
1132+ fill = " #f5f5f5"
1133+ rx = " 32"
1134+ ry = " 7"
1135+ />
1136+ <g
1137+ fill-rule = " nonzero"
1138+ stroke = " #d9d9d9"
1139+ >
1140+ <path
1141+ d = " M55 12.8 44.9 1.3Q44 0 42.9 0H21.1q-1.2 0-2 1.3L9 12.8V22h46z"
1142+ />
1143+ <path
1144+ d = " M41.6 16c0-1.7 1-3 2.2-3H55v18.1c0 2.2-1.3 3.9-3 3.9H12c-1.7 0-3-1.7-3-3.9V13h11.2c1.2 0 2.2 1.3 2.2 3s1 2.9 2.2 2.9h14.8c1.2 0 2.2-1.4 2.2-3"
1145+ fill = " #fafafa"
1146+ />
1147+ </g >
1148+ </g >
1149+ </svg >
1150+ </div >
1151+ <div
1152+ class = " ant-empty-description"
1153+ >
1154+ No data
1155+ </div >
1156+ </div >
1157+ </div >
1158+ </div >
1159+ </div >
1160+ </div >
1161+ ` ;
1162+
1163+ exports [` renders components/auto-complete/demo/disabled-custom-debug.tsx extend context correctly 2` ] = ` []` ;
1164+
10081165exports [` renders components/auto-complete/demo/form-debug.tsx extend context correctly 1` ] = `
10091166<form
10101167 class = " ant-form ant-form-horizontal css-var-test-id ant-form-css-var"
0 commit comments