gpt4 book ai didi

material-ui - Material UI InputLabel - 当输入为空时禁用动画

转载 作者:行者123 更新时间:2023-12-04 00:25:59 26 4
gpt4 key购买 nike

当我的输入字段为空且未聚焦时,Material UI 会将标签作为占位符放置在输入字段中。

enter image description here

我想要的是,始终将标签放在输入字段上方,类似于选择输入字段时的样子。

enter image description here

我怎样才能做到这一点?

示例代码:

     <FormControl>
<InputLabel htmlFor="name">Name</InputLabel>
<Input name="name"
value={name}/>
</FormControl>

最佳答案

对于那些正在寻找如何通过 TextField 实现此目的的人组件,这里:

<TextField
variant="outlined"
InputLabelProps={{
shrink: true,
}}
/>

关于material-ui - Material UI InputLabel - 当输入为空时禁用动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56848907/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com