File tree 2 files changed +1
-11
lines changed
components/form/__tests__/__snapshots__
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 97
97
steps :
98
98
- name : checkout
99
99
uses : actions/checkout@v2
100
- with :
101
- token : ${{ secrets.ACCESS_TOKEN }}
102
-
103
- - name : Checkout submodules
104
- uses : actions/checkout@v2
105
- with :
106
- repository : tangjinzhou/antdv-demo
107
- token : ${{ secrets.ACCESS_TOKEN }}
108
- path : antdv-demo
109
- submodules : true
110
100
111
101
- name : restore cache from package-lock.json
112
102
uses : actions/cache@v1
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ exports[`renders ./antdv-demo/docs/form/demo/validate-other.vue correctly 1`] =
553
553
<div class = " ant-col ant-col-6 ant-form-item-label" ><label for = " validate_other_input-number" title = " InputNumber" class = " " >InputNumber</label ></div >
554
554
<div class = " ant-col ant-col-14 ant-form-item-control-wrapper" >
555
555
<div class="ant-form-item-control has-success"><span class="ant-form-item-children"><div class="ant-input-number" data-__meta="[object Object]" data-__field="[object Object]" id="validate_other_input-number"><div class="ant-input-number-handler-wrap"><span class="ant-input-number-handler ant-input-number-handler-up " unselectable="unselectable" role="button" aria-label="Increase Value"><i aria-label="icon: up" class="anticon anticon-up ant-input-number-handler-up-inner"><svg viewBox="64 64 896 896" data-icon="up" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"></path></svg></i></span><span class="ant-input-number-handler ant-input-number-handler-down " unselectable="unselectable" role="button" aria-label="Decrease Value"><i aria-label="icon: down" class="anticon anticon-down ant-input-number-handler-down-inner"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path 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"></path></svg></i></span></div>
556
- <div class = " ant-input-number-input-wrap" ><input role = " spinbutton" aria-valuemin = " 1" aria-valuemax = " 10" aria-valuenow = " 3" autocomplete = " off" max = " 10" min = " 1" step = " 1" class = " ant-input-number-input" ></div >
556
+ <div class = " ant-input-number-input-wrap" ><input role = " spinbutton" aria-valuemin = " 1" aria-valuemax = " 10" aria-valuenow = " 3" autocomplete = " off" max = " 10" min = " 1" step = " 1" id = " validate_other_input-number " class = " ant-input-number-input" ></div >
557
557
</div ><span class = " ant-form-text" >
558
558
machines
559
559
</span ></span >
You can’t perform that action at this time.
0 commit comments