Combo/richselect reload on each onShow + a few design bugs report

Hello,

Unfortunately the code is very long and I coudn’t get it to work on the snippet thingy. The combo seems to have the same problem as the richselect so I’ll just say Combo.

I’ve got the Combo inside a form which is inside a window and I have got a bug where the icon isn’t well aligned. Take a look at the screenshot :
http://puu.sh/vNVnB/46addf3f93.png

Another bug is when I click on the menu “add” on my ContextMenu which attached to the DataTable. The menu “add” show this last window you saw in the last screenshot.

The menu “add” doesn’t disappear when clicked. Take a look at this screenshot :
http://puu.sh/vNVyz/2fc8309c4c.png

This doesn’t occur on the ContextMenu of my list so I’m unsure if the last behavior is intended.

Also, I’d like to know how I can reload the data of my Combo on the onShow event. This is how my Combo is built right now :
https://webix.com/snippet/66c633da

I tried $$(’‘name_id’).load("{{ route(‘name’) }}") but it doesn’t do anything.

Thanks !

Hello,

Unfortunately, the screenshots are not accessible - “That puush could not be found.” And it will be more easier to spot the problem if you could provide a code snippet.

Everything is solved. I added some custom css and forgot to remove it.