Skip to content

Commit

Permalink
fix(radio-group): fix abnormal display of radio group selection status (
Browse files Browse the repository at this point in the history
#2082)

* fix(radio-group): fix abnormal display of radio group selection status

* fix(radio-group): fix abnormal display of radio group selection status
  • Loading branch information
betavs authored Jun 12, 2023
1 parent 20b4908 commit ab16f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radio-group/radio-group.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
data-value="{{item.value}}"
block="{{item.block || true}}"
label="{{item.label || ''}}"
value="{{item.value || index}}"
value="{{item.value}}"
checked="{{item.checked || false}}"
content="{{item.content || ''}}"
content-disabled="{{item.contentDisabled || false}}"
Expand Down

0 comments on commit ab16f53

Please sign in to comment.