ZoomApps / Liveapp

Liveapp Framework :rocket:
https://www.liveapp.com.au
2 stars 1 forks source link

multi combo does not obey hidden flag #35

Closed JasonBev closed 6 years ago

JasonBev commented 7 years ago

Type: Card Field: BigText - Lookup:true CustomControl: MultiCombobox

When attempting to use code on page open or on validate to hide/show a field in xpress for the above scenario it only hides the heading, not the field (dropdown). It works in desktop.

e.g viewer.Control("FieldName").Hide();

paulfisher53 commented 6 years ago

Please load this fix: Fix-35.zip

JasonBev commented 6 years ago

Select menu and caption now hide as expected.

paulfisher53 commented 6 years ago

Thanks