my ($self, $c) = @_;
$c->stash->{buildallinfo}=$c->model('DB::misc')->getTestInformation();
Buildall info dump is like :
Apple => type2=>[2,3]
type4=>[2,1]
Mango => type6=>[2,3]
type2=>[2,1]
How to render them in drop down box if drop down one chanes automatically drop down 2 should change?
= apple changes
it should automatically change another it will have list of type2,4 thenn if thats selected it should show 2,3
how to achive this. I am not all getting right solution for this.