Vaadin text field outline

I would like to know if it’s possible to use the vaadin text field to implement the following material design. The label needs to move up and cut into the border when the input is focused.

17795717.png

Hi. There appears to be a third-party “outlined” theme variant implemented here:
https://github.com/LeavittSoftware/titanium-elements/blob/master/packages/titanium-vaadin/src/vaadin-material-outlined.ts

We might consider testing it and, if it works well, including to our Material theme.