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

【严重】InputAdornment 输入装饰器输入框内容会被清空 #4929

Closed
Ryqsky opened this issue Jan 16, 2025 · 2 comments
Closed

【严重】InputAdornment 输入装饰器输入框内容会被清空 #4929

Ryqsky opened this issue Jan 16, 2025 · 2 comments
Labels
🙅‍♂️ invalid usage the issue about component usage

Comments

@Ryqsky
Copy link

Ryqsky commented Jan 16, 2025

tdesign-vue-next 版本

1.10.6

重现链接

https://stackblitz.com/edit/gnu8ufpu?file=package.json,src%2Fdemo.vue

重现步骤

如果有 append ,输入内容会被清空

期望结果

输入框有内容

实际结果

输入框内容被清空

框架版本

3.39

浏览器版本

131.0.6778.265

系统版本

14.5 (23F79)

Node版本

No response

补充说明

No response

Copy link
Contributor

👋 @Ryqsky,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@Ryqsky Ryqsky changed the title [组件名称] 描述问题的标题 【严重】InputAdornment 输入装饰器输入框内容会被清空 Jan 16, 2025
@betavs
Copy link
Contributor

betavs commented Jan 16, 2025

<template>
  <t-space direction="vertical">
    <t-input-adornment append=".com">
      <t-tag-input placeholder="请输入内容" />
    </t-input-adornment>
  </t-space>
</template>

使用 TagInput 组件输入内容后需要回车才能保留值

@uyarn uyarn added usage the issue about component usage 🙅‍♂️ invalid labels Jan 16, 2025
@uyarn uyarn closed this as completed Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙅‍♂️ invalid usage the issue about component usage
Projects
None yet
Development

No branches or pull requests

3 participants