vaadin-text style issue

I want to style a vaadin-text in my polymer template. I set the style like:

<vaadin-text style="max-width: 0px;" class="custom-style"></vaadin-text>

However, the close icon and “input-field” still existed even though I set the max-width to 0. Any advices of how to make everything inside disappear when max-width set to 0.

Best regards,
Joey