Skip to content

u-search 使用 disabeld时只能点击icon触发 #1299

@PaiPaipai

Description

@PaiPaipai

版本

1.8.8

转载链接

http://192.168.13.119:8080/#/

重现步骤


期望的结果是什么?

可以正常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}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions