..Im not sure if it is a bug or I'm just wrong in my code but it is not working for me.. All i want to do is when my state is 'final' the group will be readonly, but it is not working
* attrs="{'readonly': [('state','=','final')]}"*
and when i use this code:
* states="{'final':[('readonly',True)]}"*
instead of being readonly , the group becomes invisible..
Can anyone know to fix this?? Thanks in advance :D