in webix-e there is a counter component as I tried to remove the buttons from it like this

 .webix_inp_counter_next, .myCounter .webix_inp_counter_prev{ display: none; } 

it works, but some kind of beautiful layout border-radius didn’t work http://webix.com/snippet/6ea3e172 here’s my code

and yes view: text course you can use but I just need to counter

    1 answer 1

    Add the following to the style :

     .webix_inp_counter_value { border-width: 1px; } 

    or 0px to remove borders in general.