Cannot set name attribute of Input element within TextField

Hi,

I would like to use TextField within my element. However, I could not set the name attribute of the input element within TextField. I need to get value of the input in my servlet when users submit the form. Without the name attribute, the form could not post the value of the input in servlet requests. Any advices?

Best regards,
Joey

It sounds like your question is related to vaadin-text-field Polymer element. If I am guessing right, yes I can say it is not possible since input element is in shadow DOM. The question is distantly related to this another issue https://github.com/vaadin/vaadin-text-field/issues/204 which is also about modifying input element attributes.