editor. do not act if setting label value

editor. do not act if setting label value

LapointeLapointe Posts: 430Questions: 81Answers: 4
edited January 2021 in Bug reports

hi

when using

                        editor
                        .show('recettes.ID_Prestation', false)
                        .show('recettes.Remise', false)
                        .field('recettes.Remise').label('Remise (%)');

OK
if using

                        editor
                        .field('recettes.Remise').label('Remise (%)')
                        .show('recettes.ID_Prestation', false)
                        .show('recettes.Remise', false);

show do not display control...

perhaps because setting label value on hidden field ????

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.