As I go through and implement + style the KendoReact controls for use in our dynamic forms, would you like me to report any "bugs" I may find in the forum or is there a better place?
What I found today was a styling issue. I noticed that the NumericTextBox didn't look the same as the other inputs when focused. At first, I figured it was because of some kind of SCSS shenanigans that I've been fighting, but then I realized that .k-state-focused wasn't applied. As soon as I manually did it via Chrome DevTools, it looked exactly as expected.
Here's an example: https://stackblitz.com/edit/react-s8ugrr-vnxuc1?file=app/main.jsx
As you tab thru, you'll see that all controls except the NumericTextBox apply the box shadow.
Thanks again,
Kyle