gpt4 book ai didi

javascript - react-bootstrap 中的 controlId 是什么

转载 作者:数据小太阳 更新时间:2023-10-29 06:00:05 25 4
gpt4 key购买 nike

我刚刚浏览了 React-bootstrap form controlId 的用途是什么?它类似于我们在旧版中使用的 name 吗?

<form>
<FormGroup
controlId="formBasicText" ---------------------->> what is the use?
validationState={this.getValidationState()}
>
<ControlLabel>Working example with validation</ControlLabel>
<FormControl
type="text"
value={this.state.value}
placeholder="Enter text"
onChange={this.handleChange}
/>
<FormControl.Feedback />
<HelpBlock>Validation is based on string length.</HelpBlock>
</FormGroup>
</form>

最佳答案

你可以找到它here in the v3 docs :

Sets id on <FormControl> and htmlFor on <FormGroup.Label>.

基本上是输入的 id和标签的 for属性。

enter image description here

关于javascript - react-bootstrap 中的 controlId 是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46776626/

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