次のプラグインを使用しています
アベコフマン/バースデーピッカー
これにより、次のhtmlコードが自動的に生成されます
<fieldset class='birthday-picker'>
<select class='birth-year' name='birth[year]'></select>
<select class='birth-month' name='birth[month]'></select>
<select class='birth-day' name='birth[day]'></select>
<input type='hidden' name='birthdate' />
</fieldset>
以下のようです。すべての選択ボックスを 1 つの行に配置したいのですが、似たような状況に遭遇した人はいますか?