Stephanie Couto
Joined
50 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Action listener for submit on return??
How would I make this code (that refers to a select box: https://developer.snapappointments.com/bootstrap-select/examples/) submit the selection by pressing the return key?
function sample_function() {
$('select_box').on('changed.bs.select', function (e, clickedIndex, isSelected, previousValue) {
});
}