rater
rater copied to clipboard
Fontawesome symbols
Hi, how do I pass in fontawesome characters? I'm getting this error with the below code:
Cannot read property base of undefined
$('.rating').rate({
readonly: true,
step_size: 0.5,
symbols: {
fontawesome_star: {
base: '\uf005',
hover: '\uf005',
selected: '\uf005',
},
},
});
you seem to be missing the selected_symbol_type
option.