react学习(34)----radio回显

Posted 小歌谣(公众号同名)

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react学习(34)----radio回显相关的知识,希望对你有一定的参考价值。

  <div style={{ overflow: 'hidden' }}>
                    <Radio.Group
                      style={{ float: 'left', marginTop: 5 }}
                      onChange={this.handleOpenScopeType}
                      value={openScopeType}
                    >
                      {customerScopeTypeList.map((item) => (
                        <Radio key={item.key} value={item.key}>
                          {item.value}
                        </Radio>
                      ))}
                    </Radio.Group>

以上是关于react学习(34)----radio回显的主要内容,如果未能解决你的问题,请参考以下文章

jQuery单选框的回显

React开发(262):react中活动时间回显用moment

jsp中怎样获得表单中radio的回显信息?

thymeleaf中 input/select/radio回显问题

thymeleaf种处理select,radio和文字回显的问题

单选按钮radio和下拉选择select,ajax返回数据回显对应值