Webix list view use keyboard navigation its not highlight

hi

i am using webix list view using keyboard tab button option list is not highlist

for example:

https://snippet.webix.com/7o8yoz3y

try this

      on:{
        onFocus: function(){
          this.select(this.getSelectedId()||this.getFirstId(),true) 
        }
      }