Closed cammchugh closed 8 years ago
You're right, I plan on adding update handlers for whenever the underlying select changes, eg:
$('select').prop('disabled', true);
$('select option:eq(0)').prop('selected', true);
Awesome, thanks.
fixed by #2
When changing the selected value of the select list, the button state is not updated to reflect the new value of the select list. I might be missing something, but the documentation is currently a bit light, so apologies if this is already supported.