I am trying something like this :
Form::select('status', $status, array (1 => "Active", 0 => "Inactive"));
$status is a variable that has either the value of 1 or 0 ...somehow I am not able to get "inactive" to be selected if $status = 0
how would I go about doing that?
thank you
This is a known bug in RC2(.1) is solved in the develop branch and will be fixed in the ASAP to be released RC3 (was supposed to be last night, hopefully later today).