当前位置:网站首页>[antd] how to set antd in form There is input in item Get input when gourp Value of each input of gourp
[antd] how to set antd in form There is input in item Get input when gourp Value of each input of gourp
2022-07-04 14:02:00 【Like wine Longjing】
【Antd】Antd How to be in Form.Item There is Input.Gourp When you get Input.Gourp Every one of Input Of value
My approach is to Input.Gourp Nest another Form.Item
That is to say, in every Input.Gourp Medium Input The outer layer is wrapped with another Form.Item, Through this second Form.Item Of name Property acquisition Input Of value
</Form.Item>
<Form.Item label="Y Spindle value range ">
<Input.Group compact>
<Form.Item name="YMainAxisRangeMin">
<Input
addonBefore=""
style={
{
width: 100, textAlign: 'center' }}
placeholder="Minimum"
/>
</Form.Item>
<Input
className="site-input-split"
style={
{
width: 30,
borderLeft: 0,
borderRight: 0,
pointerEvents: 'none',
}}
placeholder="~"
disabled
/>
<Form.Item name="YMainAxisRangeMax">
<Input
className="site-input-right"
style={
{
width: 100,
textAlign: 'center',
}}
placeholder="Maximum"
/>
</Form.Item>
</Input.Group>
</Form.Item>
边栏推荐
- Scripy framework learning
- Golang 使用 JSON unmarshal 数字到 interface{} 数字变成 float64 类型(转)
- MySQL8版本免安装步骤教程
- Unittest框架中引入TestFixture
- 【Antd踩坑】Antd Form 配合Input.Group时出现Form.Item所占据的高度不对
- sharding key type not supported
- 基于PaddleX的智能零售柜商品识别
- Lick the dog until the last one has nothing (state machine)
- unity不识别rider的其中一种解决方法
- C basic supplement
猜你喜欢

Haproxy high availability solution

JVM memory layout detailed, illustrated, well written!

30:第三章:开发通行证服务:13:开发【更改/完善用户信息,接口】;(使用***BO类承接参数,并使用了参数校验)

Dgraph: large scale dynamic graph dataset

Fisher信息量检测对抗样本代码详解

2022G3锅炉水处理考试题模拟考试题库及模拟考试

免费、好用、强大的轻量级笔记软件评测:Drafts、Apple 备忘录、Flomo、Keep、FlowUs、Agenda、SideNote、Workflowy

面试拆解:系统上线后Cpu使用率飙升如何排查?

JVM series - stack and heap, method area day1-2

1200. Minimum absolute difference
随机推荐
Fs4056 800mA charging IC domestic fast charging power IC
CVPR 2022 | 大幅减少零样本学习所需的人工标注,提出富含视觉信息的类别语义嵌入(源代码下载)...
30: Chapter 3: develop Passport Service: 13: develop [change / improve user information, interface]; (use * * * Bo class to accept parameters, and use parameter verification)
FS7867S是一款应用于数字系统供电电源电压监控的电压检测芯片
Understanding and difference between viewbinding and databinding
C language dormitory management query software
C语言集合运算
吃透Chisel语言.11.Chisel项目构建、运行和测试(三)——Chisel测试之ScalaTest
担心“断气” 德国正修改《能源安全法》
Programmer anxiety
锐成芯微冲刺科创板:年营收3.67亿拟募资13亿 大唐电信是股东
Interview disassembly: how to check the soaring usage of CPU after the system goes online?
Service Mesh的基本模式
2022kdd pre lecture | 11 first-class scholars take you to unlock excellent papers in advance
MongoDB常用28条查询语句(转)
程序员转方向
FS4059C是5V输入升压充电12.6V1.2A给三节锂电池充电芯片 输入小电流不会拉死,温度60°建议1000-1100MA
C语言课程设计题
ASP. Net core introduction I
ViewBinding和DataBinding的理解和区别