Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PaiPaipai opened this issue May 17, 2024 · 0 comments
Open

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

PaiPaipai opened this issue May 17, 2024 · 0 comments

Comments

@PaiPaipai
Copy link

版本

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}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant