In my work,I have to face some situations that I have to select some specific input radio, like familiar or strangers, I usually select strangers. If there any ideas to auto select [strangers
] ?
I press F12 to use console to active these code:
document.getElementsByClassName('ant-radio-input')[1].checked = true
but the html displays not selected.