Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
11026 Tampilan

Hi,

How to make a field readonly based on some condition? For instance i want to make fields readonly on form load based on some values from another table.

Avatar
Buang
Jawaban Terbai

Hello Binyam Assefa ,

 To make readonly field based on condition you can use "attrs" attribute in field tag as follows :

 <field name="field_name" attrs="{'readonly' : [domain]}"/>

 Hope this will work for you.

Thanks!

Avatar
Buang
Penulis

Thanks Jainesh Shah,

So i have to declare fields that contains some calculated values from another domains to use it here in the current view.

Post Terkait Replies Tampilan Aktivitas
3
Des 23
90942
3
Sep 21
5069
1
Sep 15
8933
4
Apr 25
5197
3
Jul 23
5686