width ignored on counter component

It is not possible to change the width of the counter component: http://webix.com/snippet/ca92b9c5

Yep, the counter control doesn’t look well when it is too wide, so it has a fixed width in CSS

You can alter the size through custom CSS

http://webix.com/snippet/f71aa0d9

1 Like

Hi, Maksim, is there an way to make a counter control auto width 100% to fit its container element?

Hi,

Nope. There is not such a possibility. But you can use html5 number input instead:

http://webix.com/snippet/a35a74d3