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回显的主要内容,如果未能解决你的问题,请参考以下文章
React开发(262):react中活动时间回显用moment
thymeleaf中 input/select/radio回显问题