I am having an issue with the display of a combo drop down when changing the "visible" knockout binding. It looks like the display is getting set to block instead of inline-blokc.
<!DOCTYPE html>
I'm seeing a lot of question on this forum, but few answers. Where is everyone ???
Bob
Hi, Bob.
Thanks for the patience and I hope that I can help you.
You are right that "visible" binding change the display from "none" to "block", but the display of the igCombo needs to be "inline-block". This means that for the combo we need to override the default behavior of the knockoutJS "visible" binding. Let me investigate this further and will provide you with either a bug or feature request, or if this is out of our scope it will be added as a known issue. As a workaround, for the moment, you can set explicitely the display to "inline-block" after the "visible" bidning had set it to "block".
Just for your information I saw that in your view model the last line of code you should have the "self" prefix: self.InEditMode = ko.observable(false); This of course doesn't fix the main problem.
Thank you again and I will wait for your feedback.
Best regards,
Nikolay Alipiev