how to disable select option in rails ?
Posted
by Sumeru Suresh
on Stack Overflow
See other posts from Stack Overflow
or by Sumeru Suresh
Published on 2010-06-16T16:49:05Z
Indexed on
2010/06/16
16:52 UTC
Read the original article
Hit count: 211
ruby-on-rails
<%=f.select :action_item_status,action_item_status%>
How can i disable all the option in this select option.
© Stack Overflow or respective owner