增强antd输入框 加入增删标签功能
安装
yarn add antd-input-tagornpm install antd-input-tag
在线例子
https://codesandbox.io/s/smoosh-cache-9zbfg?file=/src/App.js
支持键盘删除,enter自动分割(头条号搜索关键字)
快速使用
import React,
API
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
value | 传入数据 | array | [] |
ref | ref | ref | - |