I have a scenario where I need to shift the position of TelerikTextBox's `k-input-inner` element using the CSS properties`top` and `left`. This works fine until I use FocusAsync() to programmatically focus on the textbox. This causes the textbox to reset its position and disregard the position styling.
Please see the REPL link below. To reproduce, click on the "Focus" button and observe how the placeholder shifts.
https://blazorrepl.telerik.com/wTkelobC56YIRoZL13
To note, the desired view is with the input text position shifted from the original position like so:
Hitting tab reverts it to the original positioning which is undesirable: