@@ -2116,15 +2116,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
2116
2116
>
2117
2117
<div
2118
2118
allowinput = " 0"
2119
- class = " t-input t-is-readonly t- input--suffix"
2119
+ class = " t-input t-input--suffix"
2120
2120
modelvalue = " "
2121
2121
>
2122
2122
<!---->
2123
2123
<!---->
2124
2124
<input
2125
2125
class = " t-input__inner"
2126
2126
placeholder = " select date"
2127
- readonly = " "
2128
2127
type = " text"
2129
2128
/>
2130
2129
<!---->
@@ -3718,15 +3717,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
3718
3717
>
3719
3718
<div
3720
3719
allowinput = " 0"
3721
- class = " t-input t-is-readonly t- input--suffix"
3720
+ class = " t-input t-input--suffix"
3722
3721
modelvalue = " "
3723
3722
>
3724
3723
<!---->
3725
3724
<!---->
3726
3725
<input
3727
3726
class = " t-input__inner"
3728
3727
placeholder = " select date"
3729
- readonly = " "
3730
3728
type = " text"
3731
3729
/>
3732
3730
<!---->
@@ -4073,15 +4071,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
4073
4071
>
4074
4072
<div
4075
4073
allowinput = " 0"
4076
- class = " t-input t-is-readonly t- input--suffix"
4074
+ class = " t-input t-input--suffix"
4077
4075
modelvalue = " "
4078
4076
>
4079
4077
<!---->
4080
4078
<!---->
4081
4079
<input
4082
4080
class = " t-input__inner"
4083
4081
placeholder = " select month"
4084
- readonly = " "
4085
4082
type = " text"
4086
4083
/>
4087
4084
<!---->
@@ -4713,15 +4710,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
4713
4710
>
4714
4711
<div
4715
4712
allowinput = " 0"
4716
- class = " t-input t-is-readonly t- input--suffix"
4713
+ class = " t-input t-input--suffix"
4717
4714
modelvalue = " "
4718
4715
>
4719
4716
<!---->
4720
4717
<!---->
4721
4718
<input
4722
4719
class = " t-input__inner"
4723
4720
placeholder = " select month"
4724
- readonly = " "
4725
4721
type = " text"
4726
4722
/>
4727
4723
<!---->
@@ -5039,15 +5035,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
5039
5035
>
5040
5036
<div
5041
5037
allowinput = " 0"
5042
- class = " t-input t-is-readonly t- input--suffix"
5038
+ class = " t-input t-input--suffix"
5043
5039
modelvalue = " "
5044
5040
>
5045
5041
<!---->
5046
5042
<!---->
5047
5043
<input
5048
5044
class = " t-input__inner"
5049
5045
placeholder = " select year"
5050
- readonly = " "
5051
5046
type = " text"
5052
5047
/>
5053
5048
<!---->
@@ -5621,15 +5616,14 @@ exports[`ConfigProvider ConfigProvider datePickerVue demo works fine 1`] = `
5621
5616
>
5622
5617
<div
5623
5618
allowinput = " 0"
5624
- class = " t-input t-is-readonly t- input--suffix"
5619
+ class = " t-input t-input--suffix"
5625
5620
modelvalue = " "
5626
5621
>
5627
5622
<!---->
5628
5623
<!---->
5629
5624
<input
5630
5625
class = " t-input__inner"
5631
5626
placeholder = " select year"
5632
- readonly = " "
5633
5627
type = " text"
5634
5628
/>
5635
5629
<!---->
@@ -8781,14 +8775,13 @@ exports[`ConfigProvider ConfigProvider othersVue demo works fine 1`] = `
8781
8775
class = " t-input__wrap"
8782
8776
>
8783
8777
<div
8784
- class = " t-input t-is-readonly t- input--suffix"
8778
+ class = " t-input t-input--suffix"
8785
8779
>
8786
8780
<!---->
8787
8781
<!---->
8788
8782
<input
8789
8783
class = " t-input__inner"
8790
8784
placeholder = " "
8791
- readonly = " "
8792
8785
type = " text"
8793
8786
/>
8794
8787
<!---->
0 commit comments