Regarding drop Down

view:“richselect”,
width:230,
options:[
{ id:1, value:“5” },
{ id:2, value:“6” },
{ id:3, value:“7” },
{ id:4, value:“8” }
],

I wrote a code like that , it’s working but it is not showing drop down image ,
(on which we click then option will be open) so for that what i have to do . please suggest
thanks

Same works correctly for me

http://webix.com/snippet/955cbe10

Most probably the path to icon font is invalid. Be sure that you have copied all files from codebase folder. If you have changed the location of webix.css, relative paths to font files need to be updated as well.