antd-input

基于antd-input & tsx封装一个按固定位数、固定符号分隔内容的输入框

/** * 可在每四位字符间插入一个空格的输入框 */ import { Input } from 'antd'; import { useEffect } from 'react'; const InputGap = (props: any) => { const { useGap, value, ......
位数 antd-input 符号 内容 input
共1篇  :1/1页 首页上一页1下一页尾页