Skip to content

Commit

Permalink
Merge pull request #28850 from esh-g/disable-checkbox
Browse files Browse the repository at this point in the history
Disable SelectCircle for current user in split bill
  • Loading branch information
lakchote authored Oct 9, 2023
2 parents 068e59e + fc6c76c commit 3007017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class OptionRow extends Component {
) : (
<PressableWithFeedback
onPress={() => this.props.onSelectedStatePressed(this.props.option)}
disabled={this.state.isDisabled}
accessibilityRole={CONST.ACCESSIBILITY_ROLE.CHECKBOX}
accessibilityLabel={CONST.ACCESSIBILITY_ROLE.CHECKBOX}
>
Expand Down

0 comments on commit 3007017

Please sign in to comment.