تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2460 أدوات العرض

Hi All,

I have created a the below html select that uses a for loop to populate the options.  I have this setup inside a snippet and it works. My question, is it possible to have a second select that is based on the first selects users selection. So user selects a school and all students from that school are populated into the second html select for the user to pick from? All in the same snippet? (School model has access to the student model.) Hope this makes sense. Thank you!


 select name="schools_select" id="student_select" 

option t-att-value="0" >Select a Student

t t-foreach="schools_id" t-as="school_ids" 

  t t-foreach="school_ids.school_list_ids" t-as="all_school_ids" 

option 

t t-esc="all_school_ids.name"/ 

/option 

/t 

/t 

 /select 

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
نوفمبر 23
2114
1
أغسطس 23
5360
1
يونيو 23
4015
1
يونيو 23
2008
0
أبريل 23
103