Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previously selected radio buttons not getting disabled on selecting another radio button after upgrading to SDK 47 #26

Open
adii9 opened this issue Nov 20, 2022 · 6 comments

Comments

@adii9
Copy link

adii9 commented Nov 20, 2022

After upgrading the SDK 44 to SDK 47, the previously selected radio button is not getting disabled when I am selecting another button. Find my code below:
<RadioButtonRN
data={data}
initial = {flag}
value={Gender}
selectedBtn={(data) => setGender(data.label)}
icon={

}
animationTypes={['shake']}
activeColor="#FFFAFA"
textStyle={styles.textstyle}
boxStyle={styles.boxstyle}
style={styles.options}
/>
Is anyone else facing this issue?

image

@yasir-syed
Copy link

facing same issue, found a fix ?

@daviddunnington
Copy link

I'm also facing the same issue but only when using a custom icon.

@parazitenew
Copy link

parazitenew commented Jan 11, 2023

I'm also facing the same issue but only when using a custom icon.

check again, even when you don't use custom icon, the button becomes grey, the selected one blue, but the previous one grey.

@frederiksen
Copy link

Anyone found a solution?

@butri71
Copy link

butri71 commented Aug 17, 2023

same issue with me on SDK47 without icon

@alamzaib-farooq
Copy link

Same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants