当前位置:网站首页>[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>
边栏推荐
- .Net之延迟队列
- 程序员转方向
- 担心“断气” 德国正修改《能源安全法》
- Redis - how to install redis and configuration (how to quickly install redis on ubuntu18.04 and centos7.6 Linux systems)
- E-week finance | Q1 the number of active people in the insurance industry was 86.8867 million, and the licenses of 19 Payment institutions were cancelled
- . Net using redis
- 30:第三章:开发通行证服务:13:开发【更改/完善用户信息,接口】;(使用***BO类承接参数,并使用了参数校验)
- C basic supplement
- C语言中学生成绩管理系统
- gorm 之数据插入(转)
猜你喜欢
Ruichengxin micro sprint technology innovation board: annual revenue of 367million, proposed to raise 1.3 billion, Datang Telecom is a shareholder
Node の MongoDB安装
好博医疗冲刺科创板:年营收2.6亿 万永钢和沈智群为实控人
Flet tutorial 03 basic introduction to filledbutton (tutorial includes source code) (tutorial includes source code)
sharding key type not supported
国内酒店交易DDD应用与实践——代码篇
Dgraph: large scale dynamic graph dataset
安装trinity、解决报错
MySQL 45 lecture - learn the actual combat notes of MySQL in Geek time 45 lecture - 06 | global lock and table lock_ Why are there so many obstacles in adding a field to the table
1200. 最小绝对差
随机推荐
【Antd】Antd 如何在 Form.Item 中有 Input.Gourp 时获取 Input.Gourp 的每一个 Input 的value
C array supplement
js中的变量提升和函数提升
Unittest框架之断言
面试官:Redis中哈希数据类型的内部实现方式是什么?
Programmer anxiety
golang fmt.printf()(转)
Understanding and difference between viewbinding and databinding
硬件基础知识-二极管基础
Gorm 读写分离(转)
Interviewer: what is the internal implementation of hash data type in redis?
2022年起重机械指挥考试模拟100题模拟考试平台操作
華昊中天沖刺科創板:年虧2.8億擬募資15億 貝達藥業是股東
MySQL version 8 installation Free Tutorial
Doctoral application | West Lake University Learning and reasoning system laboratory recruits postdoctoral / doctoral / research internship, etc
1200. 最小绝对差
go语言中的文件创建,写入,读取,删除(转)
Worried about "cutting off gas", Germany is revising the energy security law
FS4059C是5V输入升压充电12.6V1.2A给三节锂电池充电芯片 输入小电流不会拉死,温度60°建议1000-1100MA
C foundation in-depth study I