Is there any way to display a default message value ‘Select’ rather tha
an empty value when using this option ?
kad
Is there any way to display a default message value ‘Select’ rather tha
an empty value when using this option ?
kad
On 8/13/06, Kad K. [email protected] wrote:
Is there any way to display a default message value ‘Select’ rather tha
an empty value when using this option ?kad
Yes,
<%= collection_select(:location, :state_id, @states, :id, :name,
{ :include_blank => false },
{ :selected => @location.state_id } )
%>
Creates a drop-down, with a blank option, and the current location’s
state selected as default.
–
(**********************************************************
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs