【发布时间】:2014-04-10 16:25:55
【问题描述】:
这可能无法使用刀片,但我想知道如何从选择下拉列表中的“其他”选项生成文本框输入。这可能吗?
{{ Form::select('showType', array(
'Theater' => 'Theater',
'Club' => 'Club',
'Festival' => 'Festival',
'Arena' => 'Arena',
'Closed Show' => 'Closed Show',
'College Show' => 'College Show'
'Other' => 'some kind of text input appears instead'
)}}
【问题讨论】: