有没有办法为aor输入字段使用占位符?
两者之间的主要区别在于占位符在提交时不会显示为值,而defaultValue将会显示。
aoe输入中是否存在占位符的概念?如果没有,为什么?
答案 0 :(得分:1)
有没有办法为aor输入字段使用占位符?
是的!例如:
<ImageInput source="pictures" label="Related pictures" accept="image/*" placeholder={<p>Drop your file here</p>}>
<ImageField source="src" title="title" />
</ImageInput>
或
<Field name="lat" component="input" type="number" placeholder="latitude" />
这里是引用:https://github.com/marmelab/admin-on-rest/blob/master/docs/Inputs.md - 搜索关键字placeholder