I'm trying kendo ui for ng2. I've used the numericinput textbox but I can't find a way on how to style it, in particular I'm need to change the with 100%, how is this possible?
<kendo-numerictextbox [value]="kendonumericvalue"
formControlName="kendoNumericTextControl"
[min]="-3"
[max]="10"
[autoCorrect]="true"
style="width: 100%"> //<--not working
</kendo-numerictextbox>