This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Description
'Select' inputs embedded in a modal dialog are not the correct height.
To recreate, make a modal dialog containing a 'select' input:
modalOptions.html = '<label for="inline-choices">Inline select: </label><select name="inline-choices" id="inline-choices"><option>Choice 1</option></select>';
$this.modal(modalOptions);