RailsCasts Pro episodes are now free!

Learn more or hide this

Leandro França's Profile

GitHub User: lfrancarj

Comments by Leandro França

Avatar

If you´re using this with choosen-select, remember to add the trigger method:

if options
$('#person_state_id').html(options)
$('#person_state_id').parent().show()
$("#person_state_id").trigger("chosen:updated");