Well, that's at least promising now I can move onto other things. Will have to delay release for a bit.
Well, that's at least promising now I can move onto other things. Will have to delay release for a bit.
Maryna, do you have a date for this fix to be deployed yet?
Hi Jason,
This bug should be fixed in a few weeks.
Maryna said the end of November now you are telling me late into December???
Release should be next Monday, but unfortunately it was rescheduled for a week or a few.
So it would seem that this bug still exists and now it's the very end of December and there was a new release on the 25th.
Hello Jason,
This bug was fixed, codeApperyio("").show();/code makes hidden components visible. Could you please share your project with support, tell us its name and provide with the steps to reproduce?
I sent into support how to reproduce on my app. That was a week ago with nothing more. I have waited 2 months for this fix......
hi Jason,
I am kinda new too to appery and not that experienced but what if you replace
Apperyio('fldExpiration2').hide();
with
Apperyio('fldExpiration2').css('display', 'none');
and
Apperyio('fldExpiration').show();
with
Apperyio('myinput').css('display', 'block');
I think it may work
Cheers,
M&M
sorry typo error in code
and
Apperyio('fldExpiration').show();
with
Apperyio('fldExpiration').css('display', 'block');