I am able to change the field type of the 'Other' box in a radio button field using
$('#Field6_other_value').prop('type', 'number');
This doesn't work using
$('#Field6_other_value').prop('type', 'currency');
I can even change it to a checkbox. When I try currency, it doesn't take any input at all though.