-
Notifications
You must be signed in to change notification settings - Fork 767
Open
Description
版本
1.8.8
转载链接
重现步骤
期望的结果是什么?
可以正常click跳转到搜索页面
实际的结果是什么?
无法click跳转到搜索页面
修复结果:
<input
v-if="!disabled"
:always-embed="true"
confirm-type="search"
@blur="blur"
:value="value"
@confirm="search"
@input="inputChange"
:disabled="disabled"
@Focus="getFocus"
:focus="focus"
:maxlength="maxlength"
placeholder-class="u-placeholder-class"
:placeholder="placeholder"
:placeholder-style="color: ${placeholderColor}"
class="u-input"
type="text"
:style="[{
textAlign: inputAlign,
color: color,
backgroundColor: bgColor,
}, inputStyle]"
/>
{{value?value:placeholder}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels