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

[组件名称] Form 表单组件缺失,目前缺乏基本的功能使用 #560

Open
hanxinimm opened this issue Jan 16, 2025 · 5 comments
Labels
enhancement New feature or request

Comments

@hanxinimm
Copy link

这个功能解决了什么问题

对于需要填写表单进行数据提交的操作场景,该组件只能用于布局,表单提交等操作都需要手动构建

你建议的方案是什么

请问何时能够优先解决基本使用问题

Copy link
Contributor

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

@HaixingOoO HaixingOoO added the enhancement New feature or request label Jan 16, 2025
@anlyyao
Copy link
Collaborator

anlyyao commented Jan 20, 2025

@hanxinimm 请问是 mobile-react端吗? 这一端目前还没有上 Form 组件,年后才会补齐组件

@hanxinimm
Copy link
Author

@hanxinimm 请问是 mobile-react端吗? 这一端目前还没有上 Form 组件,年后才会补齐组件

是的,是 mobile-react, 而且使用过程中还有bug,我是跟 nextjs 一起使用,生成静态页面,随后我再开个帖子反馈错误

@anlyyao
Copy link
Collaborator

anlyyao commented Jan 20, 2025

@hanxinimm 请问是 mobile-react端吗? 这一端目前还没有上 Form 组件,年后才会补齐组件

是的,是 mobile-react, 而且使用过程中还有bug,我是跟 nextjs 一起使用,生成静态页面,随后我再开个帖子反馈错误

mobile-react 没有 form 组件哇,你怎么使用的?

@hanxinimm
Copy link
Author

@hanxinimm 请问是 mobile-react端吗? 这一端目前还没有上 Form 组件,年后才会补齐组件

是的,是 mobile-react, 而且使用过程中还有bug,我是跟 nextjs 一起使用,生成静态页面,随后我再开个帖子反馈错误

mobile-react 没有 form 组件哇,你怎么使用的?

我使用的表单组件比较少,四五个文本框,我监听 onchange 保存状态,

<Input
                name="name"
                label="学生姓名" required placeholder="请输入学生姓名"
                onChange={(e) => setNameValue(e)}
                status={tipsState?.name == "name" ? "error" : "default"} tips={tipsState?.name == "name" ? tipsState.message : null} />

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

No branches or pull requests

3 participants