【发布时间】:2020-05-07 15:33:45
【问题描述】:
【问题讨论】:
标签: reactjs material-ui react-material
【问题讨论】:
标签: reactjs material-ui react-material
关于输入装饰的文档:https://material-ui.com/components/text-fields/#input-adornments
import { TextField, InputAdornment } from "@material-ui/core";
<TextField
placeholder="00"
InputProps={{
endAdornment: <InputAdornment position="end">km</InputAdornment>,
}}
/>
【讨论】: